Html Css Color HEX #066ECD Navy Blue

📋 copy color: '#066ECD'

red 6 ◦ green 110 ◦ blue 205

#066ECD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Navy Blue #066ECD

Tints of Navy Blue #066ECD

RGB

 RED value IS 6 (2.73% from 255) = 1.87%

 GREEN value IS 110 (43.36% from 255) = 34.27%

 BLUE value IS 205 (80.47% from 255) = 63.86%

R = 1.87%
G = 34.27%
B = 63.86%

CMYK

 C value IS 0.97

 M value IS 0.46

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#066ECD (or 0x066ECD) is known color: Navy Blue. HEX triplet: 06, 6E and CD. RGB value is (6,110,205). Sum of RGB (Red+Green+Blue) = 6+110+205=321 (42% of max value = 765). Red value is 6 (2.73% from 255 or 1.87% from 321); Green value is 110 (43.36% from 255 or 34.27% from 321); Blue value is 205 (80.47% from 255 or 63.86% from 321); Max value from RGB is 205 - color contains mainly: blue. Hex color #066ECD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #066ECD is #F99132. Grayscale: #595959. Windows color (decimal): -16355635 or 13463046. OLE color: 13463046.

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

Color convert

RGB 6 110 205 -
CMYK 0.97 0.46 0 0.20
HSL 208.64º 0.94% 0.41% -
HSV(B) 208.64º 0.97% 0.8% -
XYZ 16.67 15.6 59.89 -
YUV 89.73 193.04 68.28 -
System Red Green Blue C M Y K H S L
Decimal 6 110 205 0.97 0.46 0 0.20 208.64 0.94 0.41
Hex 6 6E CD 61 2E 0 14 D1 5E 29
Octal 6 156 315 141 56 0 24 321 136 51
Binary 110 1101110 11001101 1100001 101110 0 10100 11010001 1011110 101001

Color Harmonies of #066ECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #066ECD

Black with #066ECD

Text Example


Text Example

White with #066ECD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,110,205); }

 H1.HeaderClassName
 {
   color: #066ECD;
 }
 .AnyTagClassName
 {
   color: #066ECD;
 }
</style>

background-color css

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

 a { background-color: rgb(6,110,205); }

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

border-color css

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

 span { border-color: rgb(6,110,205); }

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