#066CDB

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

Shades of Navy Blue #066CDB

Tints of Navy Blue #066CDB

Color information

#066CDB (or 0x066CDB) is unknown color: approx Navy Blue. HEX triplet: 06, 6C and DB. RGB value is (6,108,219). Sum of RGB (Red+Green+Blue) = 6+108+219=333 (44% of max value = 765). Red value is 6 (2.73% from 255 or 1.80% from 333); Green value is 108 (42.58% from 255 or 32.43% from 333); Blue value is 219 (85.94% from 255 or 65.77% from 333); Max value from RGB is 219 - color contains mainly: blue. Hex color #066CDB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #066CDB is #F99324. Grayscale: #595959. Windows color (decimal): -16356133 or 14380038. OLE color: 14380038.

HSL color Cylindrical-coordinate representation of color #066CDB: hue angle of 211.27º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #066CDB is Cyan = 0.97, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB6108219-
CMYK0.970.5100.14
HSL211.27º94.67%44.12%-
HSV(B)211.27º97.26%85.88%-
XYZ18.2215.8869.12-
YUV90.16200.7167.97-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 1.80%
GREEN value IS 108 (42.58% from 255) = 32.43%
BLUE value IS 219 (85.94% from 255) = 65.77%
R=1.80%
G=32.43%
B=65.77%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal61082190.970.5100.14211.2794.6744.12
Hex66CDB61330Ed35f2c
Octal61543331416301632313754
Binary110110110011011011110000111001101110110100111011111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #066CDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(6,108,219); }

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

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

 a { background-color: rgb(6,108,219); }

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

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

 span { border-color: rgb(6,108,219); }

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