#0f6acb

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

Shades of Navy Blue #0F6ACB

Tints of Navy Blue #0F6ACB

Color information

#0F6ACB (or 0x0F6ACB) is unknown color: approx Navy Blue. HEX triplet: 0F, 6A and CB. RGB value is (15,106,203). Sum of RGB (Red+Green+Blue) = 15+106+203=324 (42% of max value = 765). Red value is 15 (6.25% from 255 or 4.63% from 324); Green value is 106 (41.80% from 255 or 32.72% from 324); Blue value is 203 (79.69% from 255 or 62.65% from 324); Max value from RGB is 203 - color contains mainly: blue. Hex color #0F6ACB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0F6ACB is #F09534. Grayscale: #595959. Windows color (decimal): -15766837 or 13330959. OLE color: 13330959.

HSL color Cylindrical-coordinate representation of color #0F6ACB: hue angle of 210.96º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0F6ACB is Cyan = 0.93, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB15106203-
CMYK0.930.4800.20
HSL210.96º86.24%42.75%-
HSV(B)210.96º92.61%79.61%-
XYZ16.1314.7258.49-
YUV89.85191.8574.61-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 4.63%
GREEN value IS 106 (41.80% from 255) = 32.72%
BLUE value IS 203 (79.69% from 255) = 62.65%
R=4.63%
G=32.72%
B=62.65%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal151062030.930.4800.20210.9686.2442.75
HexF6ACB5D30014d3562b
Octal171523131356002432312653
Binary11111101010110010111011101110000010100110100111010110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0f6acb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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