COLOR #0F76B4

HEX: #0F76B4
RGB: (15,118,180)

Color info

#0F76B4 contains mainly blue color. Web safe color of #0F76B4 is #0066CC (or #06C).

RGB color model

#0F76B4 color RGB value is (15,118,180).

  • red value is 15;
  • green value is 118;
  • blue value is 180.
RGB:
(15,118,180)
(6%,46%,71%)

RGB channels and saturation

R 15 of 255 = 6%
G 118 of 255 = 46%
B 180 of 255 = 71%

15
118
180

R + G + B ~ 41%. #0F76B4 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
15 + 118 + 180 = 313 (100%)
R 15 of 313 ~ 4.79%
G 118 of 313 ~ 37.7%
B 180 of 313 ~ 57.51%

%37.7
%57.51

CMYK color model

#0F76B4 color CMYK value is (92,34,0,29).

  • cyan value is 91.67%
  • magenta value is 34.44%
  • yellow value is 0.00%
  • key color value is 29.41%
CMYK:
(92,34,0,29)
C92M34Y0K29 
(92%,34%,0%,29%)
(0.92/0.34/0.00/0.29)	

CMYK percentages

%91.67
%34.44
%0
%29.41

Codes

Color #0F76B4 in popluar color models

0F76B4
RGB15118180
HSL203°84.62%38.24%
HSB/HSV203°91.67%70.59%
CMYK91.67%34.44%0.00%
29.41%

Color #0F76B4 in popluar number systems.

HEX0F76B4
Decimal15118180
Binary1111111011010110100
Octal17166264

Shades and tints

Shades of #0F76B4

#0F76B4
(15,118,180)
#0E6CA4
(14,108,164)
#0D6294
(13,98,148)
#0C5884
(12,88,132)
#0B4E74
(11,78,116)
#0A4464
(10,68,100)
#093A54
(9,58,84)
#083044
(8,48,68)
#072634
(7,38,52)
#061C24
(6,28,36)
#051214
(5,18,20)
#000000
(0,0,0)

Tints of #0F76B4

#0F76B4
(15,118,180)
#2482BA
(36,130,186)
#398EC0
(57,142,192)
#4E9AC6
(78,154,198)
#63A6CC
(99,166,204)
#78B2D2
(120,178,210)
#8DBED8
(141,190,216)
#A2CADE
(162,202,222)
#B7D6E4
(183,214,228)
#CCE2EA
(204,226,234)
#E1EEF0
(225,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0F76B4 color. Also use rgb(15,118,180) instead hex code.

Text Font Color

.myTextColor { color: #0F76B4; }

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

This text font color is #0F76B4.


Background Color

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

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

This div background color is #0F76B4.


Border color

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

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

This div border color is #0F76B4.


Opacity

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

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

Text with #0F76B4 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 #0F76B4;}

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

This text has shadow with #0F76B4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0F76B4 on black background.


Color preview on white background

This text has color #0F76B4 on white background.



Black color preview on #0F76B4 background

This text has black color on #0F76B4 background.


White color preview on #0F76B4 background

This text has white color on #0F76B4 background.