#0F6FD8

Color #0F6FD8 Navy Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Navy Blue #0F6FD8

Tints of Navy Blue #0F6FD8

Color information

#0F6FD8 (or 0x0F6FD8) is unknown color: approx Navy Blue. HEX triplet: 0F, 6F and D8. RGB value is (15,111,216). Sum of RGB (Red+Green+Blue) = 15+111+216=342 (45% of max value = 765). Red value is 15 (6.25% from 255 or 4.39% from 342); Green value is 111 (43.75% from 255 or 32.46% from 342); Blue value is 216 (84.77% from 255 or 63.16% from 342); Max value from RGB is 216 - color contains mainly: blue. Hex color #0F6FD8 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0F6FD8 is #F09027. Grayscale: #5D5D5D. Windows color (decimal): -15765544 or 14184207. OLE color: 14184207.

HSL color Cylindrical-coordinate representation of color #0F6FD8: hue angle of 211.34º degrees, saturation: 0.87, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0F6FD8 is Cyan = 0.93, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB15111216-
CMYK0.930.4900.15
HSL211.34º87.01%45.29%-
HSV(B)211.34º93.06%84.71%-
XYZ18.2816.4367.17-
YUV94.27196.771.46-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 15 (6.25% from 255) = 4.39%
GREEN value IS 111 (43.75% from 255) = 32.46%
BLUE value IS 216 (84.77% from 255) = 63.16%
R=4.39%
G=32.46%
B=63.16%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal151112160.930.4900.15211.3487.0145.29
HexF6FD85D310Fd3572d
Octal171573301356101732312755
Binary1111110111111011000101110111000101111110100111010111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F6FD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0F6FD8; }

 p { color: rgb(15,111,216); }

 H1.HeaderClassName
 {
   color: #0F6FD8;
 }
 .AnyTagClassName
 {
   color: #0F6FD8;
 }
</style>
background-color css

<style>
 a { background-color: #0F6FD8; }

 a { background-color: rgb(15,111,216); }

 div.DivClassName
 {
   background-color: #0F6FD8;
 }
 .BgClassName
 {
   background-color: #0F6FD8;
 }
</style>
border-color css

<style>
 span { border-color: #0F6FD8; }

 span { border-color: rgb(15,111,216); }

 td.TdClassName
 {
   border-color: #0F6FD8;
 }
 .TagClassName
 {
   border-color: #0F6FD8;
 }
</style>