#066BCB

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

Shades of Navy Blue #066BCB

Tints of Navy Blue #066BCB

Color information

#066BCB (or 0x066BCB) is unknown color: approx Navy Blue. HEX triplet: 06, 6B and CB. RGB value is (6,107,203). Sum of RGB (Red+Green+Blue) = 6+107+203=316 (41% of max value = 765). Red value is 6 (2.73% from 255 or 1.90% from 316); Green value is 107 (42.19% from 255 or 33.86% from 316); Blue value is 203 (79.69% from 255 or 64.24% from 316); Max value from RGB is 203 - color contains mainly: blue. Hex color #066BCB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #066BCB is #F99434. Grayscale: #575757. Windows color (decimal): -16356405 or 13331206. OLE color: 13331206.

HSL color Cylindrical-coordinate representation of color #066BCB: hue angle of 209.24º degrees, saturation: 0.94, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #066BCB is Cyan = 0.97, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB6107203-
CMYK0.970.4700.20
HSL209.24º94.26%40.98%-
HSV(B)209.24º97.04%79.61%-
XYZ16.1114.8758.52-
YUV87.74193.0469.69-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 1.90%
GREEN value IS 107 (42.19% from 255) = 33.86%
BLUE value IS 203 (79.69% from 255) = 64.24%
R=1.90%
G=33.86%
B=64.24%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal61072030.970.4700.20209.2494.2640.98
Hex66BCB612F014d15e29
Octal61533131415702432113651
Binary1101101011110010111100001101111010100110100011011110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #066BCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #066BCB; }

 p { color: rgb(6,107,203); }

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

<style>
 a { background-color: #066BCB; }

 a { background-color: rgb(6,107,203); }

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

<style>
 span { border-color: #066BCB; }

 span { border-color: rgb(6,107,203); }

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