Html Css Color HEX #006EDE Navy Blue

📋 copy color: '#006EDE'

red 0 ◦ green 110 ◦ blue 222

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

Shades of Navy Blue #006EDE

Tints of Navy Blue #006EDE

RGB

 RED value IS 0 (0.39% from 255) = 0%

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

 BLUE value IS 222 (87.11% from 255) = 66.87%

R = 0%
G = 33.13%
B = 66.87%

CMYK

 C value IS 1

 M value IS 0.50

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#006EDE (or 0x006EDE) is known color: Navy Blue. HEX triplet: 00, 6E and DE. RGB value is (0,110,222). Sum of RGB (Red+Green+Blue) = 0+110+222=332 (43% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 332); Green value is 110 (43.36% from 255 or 33.13% from 332); Blue value is 222 (87.11% from 255 or 66.87% from 332); Max value from RGB is 222 - color contains mainly: blue. Hex color #006EDE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #006EDE is #FF9121. Grayscale: #595959. Windows color (decimal): -16748834 or 14577152. OLE color: 14577152.

HSL color Cylindrical-coordinate representation of color #006EDE: hue angle of 210.27º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #006EDE is Cyan = 1, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 0 110 222 -
CMYK 1 0.50 0 0.13
HSL 210.27º 1% 0.44% -
HSV(B) 210.27º 1% 0.87% -
XYZ 18.76 16.43 71.29 -
YUV 89.88 202.56 63.89 -
System Red Green Blue C M Y K H S L
Decimal 0 110 222 1 0.50 0 0.13 210.27 1 0.44
Hex 0 6E DE 64 32 0 D D2 64 2C
Octal 0 156 336 144 62 0 15 322 144 54
Binary 0 1101110 11011110 1100100 110010 0 1101 11010010 1100100 101100

Color Harmonies of #006EDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #006EDE

Black with #006EDE

Text Example


Text Example

White with #006EDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #006EDE; }

 p { color: rgb(0,110,222); }

 H1.HeaderClassName
 {
   color: #006EDE;
 }
 .AnyTagClassName
 {
   color: #006EDE;
 }
</style>

background-color css

<style>
 a { background-color: #006EDE; }

 a { background-color: rgb(0,110,222); }

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

border-color css

<style>
 span { border-color: #006EDE; }

 span { border-color: rgb(0,110,222); }

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