Html Css Color HEX #066EC0 Navy Blue

📋 copy color: '#066EC0'

red 6 ◦ green 110 ◦ blue 192

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

Shades of Navy Blue #066EC0

Tints of Navy Blue #066EC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 62.34%

R = 1.95%
G = 35.71%
B = 62.34%

CMYK

 C value IS 0.97

 M value IS 0.43

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#066EC0 (or 0x066EC0) is known color: Navy Blue. HEX triplet: 06, 6E and C0. RGB value is (6,110,192). Sum of RGB (Red+Green+Blue) = 6+110+192=308 (40% of max value = 765). Red value is 6 (2.73% from 255 or 1.95% from 308); Green value is 110 (43.36% from 255 or 35.71% from 308); Blue value is 192 (75.39% from 255 or 62.34% from 308); Max value from RGB is 192 - color contains mainly: blue. Hex color #066EC0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #066EC0 is #F9913F. Grayscale: #575757. Windows color (decimal): -16355648 or 12611078. OLE color: 12611078.

HSL color Cylindrical-coordinate representation of color #066EC0: hue angle of 206.45º degrees, saturation: 0.94, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #066EC0 is Cyan = 0.97, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 6 110 192 -
CMYK 0.97 0.43 0 0.25
HSL 206.45º 0.94% 0.39% -
HSV(B) 206.45º 0.97% 0.75% -
XYZ 15.17 15 51.96 -
YUV 88.25 186.54 69.33 -
System Red Green Blue C M Y K H S L
Decimal 6 110 192 0.97 0.43 0 0.25 206.45 0.94 0.39
Hex 6 6E C0 61 2B 0 19 CE 5E 27
Octal 6 156 300 141 53 0 31 316 136 47
Binary 110 1101110 11000000 1100001 101011 0 11001 11001110 1011110 100111

Color Harmonies of #066EC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #066EC0

Black with #066EC0

Text Example


Text Example

White with #066EC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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