#0F6AC8

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

Shades of Navy Blue #0F6AC8

Tints of Navy Blue #0F6AC8

Color information

#0F6AC8 (or 0x0F6AC8) is unknown color: approx Navy Blue. HEX triplet: 0F, 6A and C8. RGB value is (15,106,200). Sum of RGB (Red+Green+Blue) = 15+106+200=321 (42% of max value = 765). Red value is 15 (6.25% from 255 or 4.67% from 321); Green value is 106 (41.80% from 255 or 33.02% from 321); Blue value is 200 (78.52% from 255 or 62.31% from 321); Max value from RGB is 200 - color contains mainly: blue. Hex color #0F6AC8 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0F6AC8 is #F09537. Grayscale: #595959. Windows color (decimal): -15766840 or 13134351. OLE color: 13134351.

HSL color Cylindrical-coordinate representation of color #0F6AC8: hue angle of 210.49º 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 #0F6AC8 is Cyan = 0.92, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB15106200-
CMYK0.920.4700.22
HSL210.49º86.05%42.16%-
HSV(B)210.49º92.5%78.43%-
XYZ15.7814.5856.63-
YUV89.51190.3574.86-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 4.67%
GREEN value IS 106 (41.80% from 255) = 33.02%
BLUE value IS 200 (78.52% from 255) = 62.31%
R=4.67%
G=33.02%
B=62.31%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal151062000.920.4700.22210.4986.0542.16
HexF6AC85C2F016d2562a
Octal171523101345702632212652
Binary11111101010110010001011100101111010110110100101010110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F6AC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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