COLOR #0F607B

HEX: #0F607B
RGB: (15,96,123)

Color info

#0F607B contains mainly green and blue colors. Web safe color of #0F607B is #006666 (or #066).

RGB color model

#0F607B color RGB value is (15,96,123).

  • red value is 15;
  • green value is 96;
  • blue value is 123.
RGB:
(15,96,123)
(6%,38%,48%)

RGB channels and saturation

R 15 of 255 = 6%
G 96 of 255 = 38%
B 123 of 255 = 48%

15
96
123

R + G + B ~ 31%. #0F607B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
15 + 96 + 123 = 234 (100%)
R 15 of 234 ~ 6.41%
G 96 of 234 ~ 41.03%
B 123 of 234 ~ 52.56%

%41.03
%52.56

CMYK color model

#0F607B color CMYK value is (88,22,0,52).

  • cyan value is 87.80%
  • magenta value is 21.95%
  • yellow value is 0.00%
  • key color value is 51.76%
CMYK:
(88,22,0,52)
C88M22Y0K52 
(88%,22%,0%,52%)
(0.88/0.22/0.00/0.52)	

CMYK percentages

%87.8
%21.95
%0
%51.76

Codes

Color #0F607B in popluar color models

0F607B
RGB1596123
HSL195°78.26%27.06%
HSB/HSV195°87.80%48.24%
CMYK87.80%21.95%0.00%
51.76%

Color #0F607B in popluar number systems.

HEX0F607B
Decimal1596123
Binary111111000001111011
Octal17140173

Shades and tints

Shades of #0F607B

#0F607B
(15,96,123)
#0E5870
(14,88,112)
#0D5065
(13,80,101)
#0C485A
(12,72,90)
#0B404F
(11,64,79)
#0A3844
(10,56,68)
#093039
(9,48,57)
#08282E
(8,40,46)
#072023
(7,32,35)
#061818
(6,24,24)
#05100D
(5,16,13)
#000000
(0,0,0)

Tints of #0F607B

#0F607B
(15,96,123)
#246E87
(36,110,135)
#397C93
(57,124,147)
#4E8A9F
(78,138,159)
#6398AB
(99,152,171)
#78A6B7
(120,166,183)
#8DB4C3
(141,180,195)
#A2C2CF
(162,194,207)
#B7D0DB
(183,208,219)
#CCDEE7
(204,222,231)
#E1ECF3
(225,236,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0F607B color. Also use rgb(15,96,123) instead hex code.

Text Font Color

.myTextColor { color: #0F607B; }

<p style="color:#0F607B">This sample text font color is #0F607B.</p>

This text font color is #0F607B.


Background Color

.myBgColor { background-color: #0F607B; }

<div style="background-color:#0F607B">Inner text</div>

This div background color is #0F607B.


Border color

.myBorderColor { border: 1px solid #0F607B; }

<div style="border:3px solid #0F607B">Div</div>

This div border color is #0F607B.


Opacity

.myOpacity80 { color: #0F607B; opacity: 0.8; }

<p style="color:#0F607B;opacity:0.8;">80%</p>

Text with #0F607B color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #0F607B;}

<p style="text-shadow: 3px 3px 1px #0F607B">Text here.</p>

This text has shadow with #0F607B color.

.textShadow {text-shadow: 3px 3px 1px #0F607B, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #0F607B, 5px 5px 20px red">Text here.</p>

This text has shadow with #0F607B primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#0F607B, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#0F607B, Direction=45, Strength=4)">Text</p>

This text has shadow with #0F607B and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #0F607B;
  -webkit-box-shadow:	1px 1px 3px 2px #0F607B;
  box-shadow:		1px 1px 3px 2px #0F607B;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #0F607B;
-webkit-box-shadow: 1px 1px 3px 2px #0F607B;
box-shadow:1px 1px 3px 2px #0F607B;">
Div content here</div>
This div box has shadow with color #0F607B.

Preview

Color preview on black background

This text has color #0F607B on black background.


Color preview on white background

This text has color #0F607B on white background.



Black color preview on #0F607B background

This text has black color on #0F607B background.


White color preview on #0F607B background

This text has white color on #0F607B background.