#0f6fcb

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

Shades of Navy Blue #0F6FCB

Tints of Navy Blue #0F6FCB

Color information

#0F6FCB (or 0x0F6FCB) is unknown color: approx Navy Blue. HEX triplet: 0F, 6F and CB. RGB value is (15,111,203). Sum of RGB (Red+Green+Blue) = 15+111+203=329 (43% of max value = 765). Red value is 15 (6.25% from 255 or 4.56% from 329); Green value is 111 (43.75% from 255 or 33.74% from 329); Blue value is 203 (79.69% from 255 or 61.70% from 329); Max value from RGB is 203 - color contains mainly: blue. Hex color #0F6FCB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0F6FCB is #F09034. Grayscale: #5C5C5C. Windows color (decimal): -15765557 or 13332239. OLE color: 13332239.

HSL color Cylindrical-coordinate representation of color #0F6FCB: hue angle of 209.36º 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 #0F6FCB is Cyan = 0.93, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB15111203-
CMYK0.930.4500.20
HSL209.36º86.24%42.75%-
HSV(B)209.36º92.61%79.61%-
XYZ16.6615.7858.67-
YUV92.78190.272.52-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 4.56%
GREEN value IS 111 (43.75% from 255) = 33.74%
BLUE value IS 203 (79.69% from 255) = 61.70%
R=4.56%
G=33.74%
B=61.70%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal151112030.930.4500.20209.3686.2442.75
HexF6FCB5D2D014d1562b
Octal171573131355502432112653
Binary11111101111110010111011101101101010100110100011010110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0f6fcb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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