#0666CB

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

Shades of Navy Blue #0666CB

Tints of Navy Blue #0666CB

Color information

#0666CB (or 0x0666CB) is unknown color: approx Navy Blue. HEX triplet: 06, 66 and CB. RGB value is (6,102,203). Sum of RGB (Red+Green+Blue) = 6+102+203=311 (41% of max value = 765). Red value is 6 (2.73% from 255 or 1.93% from 311); Green value is 102 (40.23% from 255 or 32.80% from 311); Blue value is 203 (79.69% from 255 or 65.27% from 311); Max value from RGB is 203 - color contains mainly: blue. Hex color #0666CB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0666CB is #F99934. Grayscale: #545454. Windows color (decimal): -16357685 or 13329926. OLE color: 13329926.

HSL color Cylindrical-coordinate representation of color #0666CB: hue angle of 210.76º 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 #0666CB is Cyan = 0.97, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB6102203-
CMYK0.970.5000.20
HSL210.76º94.26%40.98%-
HSV(B)210.76º97.04%79.61%-
XYZ15.6113.8558.35-
YUV84.81194.771.79-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 1.93%
GREEN value IS 102 (40.23% from 255) = 32.80%
BLUE value IS 203 (79.69% from 255) = 65.27%
R=1.93%
G=32.80%
B=65.27%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal61022030.970.5000.20210.7694.2640.98
Hex666CB6132014d35e29
Octal61463131416202432313651
Binary1101100110110010111100001110010010100110100111011110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0666CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0666CB; }

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

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

<style>
 a { background-color: #0666CB; }

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

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

<style>
 span { border-color: #0666CB; }

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

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