#066ADF

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

Shades of Navy Blue #066ADF

Tints of Navy Blue #066ADF

Color information

#066ADF (or 0x066ADF) is unknown color: approx Navy Blue. HEX triplet: 06, 6A and DF. RGB value is (6,106,223). Sum of RGB (Red+Green+Blue) = 6+106+223=335 (44% of max value = 765). Red value is 6 (2.73% from 255 or 1.79% from 335); Green value is 106 (41.80% from 255 or 31.64% from 335); Blue value is 223 (87.5% from 255 or 66.57% from 335); Max value from RGB is 223 - color contains mainly: blue. Hex color #066ADF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #066ADF is #F99520. Grayscale: #585858. Windows color (decimal): -16356641 or 14641670. OLE color: 14641670.

HSL color Cylindrical-coordinate representation of color #066ADF: hue angle of 212.35º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #066ADF is Cyan = 0.97, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB6106223-
CMYK0.970.5200.13
HSL212.35º94.76%44.9%-
HSV(B)212.35º97.31%87.45%-
XYZ18.5515.6771.86-
YUV89.44203.3768.49-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 1.79%
GREEN value IS 106 (41.80% from 255) = 31.64%
BLUE value IS 223 (87.5% from 255) = 66.57%
R=1.79%
G=31.64%
B=66.57%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal61062230.970.5200.13212.3594.7644.9
Hex66ADF61340Dd45f2d
Octal61523371416401532413755
Binary110110101011011111110000111010001101110101001011111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #066ADF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(6,106,223); }

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

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

 a { background-color: rgb(6,106,223); }

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

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

 span { border-color: rgb(6,106,223); }

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