Html Css Color HEX #066EDB Navy Blue

📋 copy color: '#066EDB'

red 6 ◦ green 110 ◦ blue 219

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

Shades of Navy Blue #066EDB

Tints of Navy Blue #066EDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 65.37%

R = 1.79%
G = 32.84%
B = 65.37%

CMYK

 C value IS 0.97

 M value IS 0.50

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#066EDB (or 0x066EDB) is known color: Navy Blue. HEX triplet: 06, 6E and DB. RGB value is (6,110,219). Sum of RGB (Red+Green+Blue) = 6+110+219=335 (44% of max value = 765). Red value is 6 (2.73% from 255 or 1.79% from 335); Green value is 110 (43.36% from 255 or 32.84% from 335); Blue value is 219 (85.94% from 255 or 65.37% from 335); Max value from RGB is 219 - color contains mainly: blue. Hex color #066EDB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #066EDB is #F99124. Grayscale: #5A5A5A. Windows color (decimal): -16355621 or 14380550. OLE color: 14380550.

HSL color Cylindrical-coordinate representation of color #066EDB: hue angle of 210.7º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #066EDB is Cyan = 0.97, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 6 110 219 -
CMYK 0.97 0.50 0 0.14
HSL 210.7º 0.95% 0.44% -
HSV(B) 210.7º 0.97% 0.86% -
XYZ 18.44 16.31 69.19 -
YUV 91.33 200.04 67.14 -
System Red Green Blue C M Y K H S L
Decimal 6 110 219 0.97 0.50 0 0.14 210.7 0.95 0.44
Hex 6 6E DB 61 32 0 E D3 5F 2C
Octal 6 156 333 141 62 0 16 323 137 54
Binary 110 1101110 11011011 1100001 110010 0 1110 11010011 1011111 101100

Color Harmonies of #066EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #066EDB

Black with #066EDB

Text Example


Text Example

White with #066EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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