Html Css Color HEX #066EC1 Navy Blue

📋 copy color: '#066EC1'

red 6 ◦ green 110 ◦ blue 193

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

Shades of Navy Blue #066EC1

Tints of Navy Blue #066EC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 62.46%

R = 1.94%
G = 35.6%
B = 62.46%

CMYK

 C value IS 0.97

 M value IS 0.43

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#066EC1 (or 0x066EC1) is known color: Navy Blue. HEX triplet: 06, 6E and C1. RGB value is (6,110,193). Sum of RGB (Red+Green+Blue) = 6+110+193=309 (40% of max value = 765). Red value is 6 (2.73% from 255 or 1.94% from 309); Green value is 110 (43.36% from 255 or 35.60% from 309); Blue value is 193 (75.78% from 255 or 62.46% from 309); Max value from RGB is 193 - color contains mainly: blue. Hex color #066EC1 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #066EC1 is #F9913E. Grayscale: #575757. Windows color (decimal): -16355647 or 12676614. OLE color: 12676614.

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

Color convert

RGB 6 110 193 -
CMYK 0.97 0.43 0 0.24
HSL 206.63º 0.94% 0.39% -
HSV(B) 206.63º 0.97% 0.76% -
XYZ 15.28 15.04 52.55 -
YUV 88.37 187.04 69.25 -
System Red Green Blue C M Y K H S L
Decimal 6 110 193 0.97 0.43 0 0.24 206.63 0.94 0.39
Hex 6 6E C1 61 2B 0 18 CF 5E 27
Octal 6 156 301 141 53 0 30 317 136 47
Binary 110 1101110 11000001 1100001 101011 0 11000 11001111 1011110 100111

Color Harmonies of #066EC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #066EC1

Black with #066EC1

Text Example


Text Example

White with #066EC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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