Html Css Color HEX #066ECB Navy Blue

📋 copy color: '#066ECB'

red 6 ◦ green 110 ◦ blue 203

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

Shades of Navy Blue #066ECB

Tints of Navy Blue #066ECB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 63.64%

R = 1.88%
G = 34.48%
B = 63.64%

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

#066ECB (or 0x066ECB) is known color: Navy Blue. HEX triplet: 06, 6E and CB. RGB value is (6,110,203). Sum of RGB (Red+Green+Blue) = 6+110+203=319 (42% of max value = 765). Red value is 6 (2.73% from 255 or 1.88% from 319); Green value is 110 (43.36% from 255 or 34.48% from 319); Blue value is 203 (79.69% from 255 or 63.64% from 319); Max value from RGB is 203 - color contains mainly: blue. Hex color #066ECB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #066ECB is #F99134. Grayscale: #595959. Windows color (decimal): -16355637 or 13331974. OLE color: 13331974.

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

Color convert

RGB 6 110 203 -
CMYK 0.97 0.46 0 0.20
HSL 208.32º 0.94% 0.41% -
HSV(B) 208.32º 0.97% 0.8% -
XYZ 16.43 15.5 58.63 -
YUV 89.51 192.04 68.44 -
System Red Green Blue C M Y K H S L
Decimal 6 110 203 0.97 0.46 0 0.20 208.32 0.94 0.41
Hex 6 6E CB 61 2E 0 14 D0 5E 29
Octal 6 156 313 141 56 0 24 320 136 51
Binary 110 1101110 11001011 1100001 101110 0 10100 11010000 1011110 101001

Color Harmonies of #066ECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #066ECB

Black with #066ECB

Text Example


Text Example

White with #066ECB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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