Html Css Color HEX #066ED6 Navy Blue

📋 copy color: '#066ED6'

red 6 ◦ green 110 ◦ blue 214

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

Shades of Navy Blue #066ED6

Tints of Navy Blue #066ED6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 64.85%

R = 1.82%
G = 33.33%
B = 64.85%

CMYK

 C value IS 0.97

 M value IS 0.49

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#066ED6 (or 0x066ED6) is known color: Navy Blue. HEX triplet: 06, 6E and D6. RGB value is (6,110,214). Sum of RGB (Red+Green+Blue) = 6+110+214=330 (43% of max value = 765). Red value is 6 (2.73% from 255 or 1.82% from 330); Green value is 110 (43.36% from 255 or 33.33% from 330); Blue value is 214 (83.98% from 255 or 64.85% from 330); Max value from RGB is 214 - color contains mainly: blue. Hex color #066ED6 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #066ED6 is #F99129. Grayscale: #5A5A5A. Windows color (decimal): -16355626 or 14052870. OLE color: 14052870.

HSL color Cylindrical-coordinate representation of color #066ED6: hue angle of 210º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #066ED6 is Cyan = 0.97, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 6 110 214 -
CMYK 0.97 0.49 0 0.16
HSL 210º 0.95% 0.43% -
HSV(B) 210º 0.97% 0.84% -
XYZ 17.79 16.05 65.78 -
YUV 90.76 197.54 67.54 -
System Red Green Blue C M Y K H S L
Decimal 6 110 214 0.97 0.49 0 0.16 210 0.95 0.43
Hex 6 6E D6 61 31 0 10 D2 5F 2B
Octal 6 156 326 141 61 0 20 322 137 53
Binary 110 1101110 11010110 1100001 110001 0 10000 11010010 1011111 101011

Color Harmonies of #066ED6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #066ED6

Black with #066ED6

Text Example


Text Example

White with #066ED6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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