#0F6FC8

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

Shades of Navy Blue #0F6FC8

Tints of Navy Blue #0F6FC8

Color information

#0F6FC8 (or 0x0F6FC8) is unknown color: approx Navy Blue. HEX triplet: 0F, 6F and C8. RGB value is (15,111,200). Sum of RGB (Red+Green+Blue) = 15+111+200=326 (43% of max value = 765). Red value is 15 (6.25% from 255 or 4.60% from 326); Green value is 111 (43.75% from 255 or 34.05% from 326); Blue value is 200 (78.52% from 255 or 61.35% from 326); Max value from RGB is 200 - color contains mainly: blue. Hex color #0F6FC8 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0F6FC8 is #F09037. Grayscale: #5B5B5B. Windows color (decimal): -15765560 or 13135631. OLE color: 13135631.

HSL color Cylindrical-coordinate representation of color #0F6FC8: hue angle of 208.86º degrees, saturation: 0.86, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0F6FC8 is Cyan = 0.92, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB15111200-
CMYK0.920.4400.22
HSL208.86º86.05%42.16%-
HSV(B)208.86º92.5%78.43%-
XYZ16.3115.6456.8-
YUV92.44188.772.76-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 4.60%
GREEN value IS 111 (43.75% from 255) = 34.05%
BLUE value IS 200 (78.52% from 255) = 61.35%
R=4.60%
G=34.05%
B=61.35%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal151112000.920.4400.22208.8686.0542.16
HexF6FC85C2C016d1562a
Octal171573101345402632112652
Binary11111101111110010001011100101100010110110100011010110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F6FC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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