Html Css Color HEX #066ED7 Navy Blue

📋 copy color: '#066ED7'

red 6 ◦ green 110 ◦ blue 215

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

Shades of Navy Blue #066ED7

Tints of Navy Blue #066ED7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 64.95%

R = 1.81%
G = 33.23%
B = 64.95%

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

#066ED7 (or 0x066ED7) is known color: Navy Blue. HEX triplet: 06, 6E and D7. RGB value is (6,110,215). Sum of RGB (Red+Green+Blue) = 6+110+215=331 (43% of max value = 765). Red value is 6 (2.73% from 255 or 1.81% from 331); Green value is 110 (43.36% from 255 or 33.23% from 331); Blue value is 215 (84.38% from 255 or 64.95% from 331); Max value from RGB is 215 - color contains mainly: blue. Hex color #066ED7 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #066ED7 is #F99128. Grayscale: #5A5A5A. Windows color (decimal): -16355625 or 14118406. OLE color: 14118406.

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

Color convert

RGB 6 110 215 -
CMYK 0.97 0.49 0 0.16
HSL 210.14º 0.95% 0.43% -
HSV(B) 210.14º 0.97% 0.84% -
XYZ 17.92 16.1 66.45 -
YUV 90.87 198.04 67.46 -
System Red Green Blue C M Y K H S L
Decimal 6 110 215 0.97 0.49 0 0.16 210.14 0.95 0.43
Hex 6 6E D7 61 31 0 10 D2 5F 2B
Octal 6 156 327 141 61 0 20 322 137 53
Binary 110 1101110 11010111 1100001 110001 0 10000 11010010 1011111 101011

Color Harmonies of #066ED7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #066ED7

Black with #066ED7

Text Example


Text Example

White with #066ED7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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