Html Css Color HEX #006EE5 Navy Blue

📋 copy color: '#006EE5'

red 0 ◦ green 110 ◦ blue 229

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

Shades of Navy Blue #006EE5

Tints of Navy Blue #006EE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 67.55%

R = 0%
G = 32.45%
B = 67.55%

CMYK

 C value IS 1

 M value IS 0.52

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#006EE5 (or 0x006EE5) is known color: Navy Blue. HEX triplet: 00, 6E and E5. RGB value is (0,110,229). Sum of RGB (Red+Green+Blue) = 0+110+229=339 (44% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 339); Green value is 110 (43.36% from 255 or 32.45% from 339); Blue value is 229 (89.84% from 255 or 67.55% from 339); Max value from RGB is 229 - color contains mainly: blue. Hex color #006EE5 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #006EE5 is #FF911A. Grayscale: #5A5A5A. Windows color (decimal): -16748827 or 15035904. OLE color: 15035904.

HSL color Cylindrical-coordinate representation of color #006EE5: hue angle of 211.18º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 1%. Process color model (Four color, CMYK) of #006EE5 is Cyan = 1, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 0 110 229 -
CMYK 1 0.52 0 0.10
HSL 211.18º 1% 0.45% -
HSV(B) 211.18º 1% 0.9% -
XYZ 19.72 16.81 76.33 -
YUV 90.68 206.06 63.32 -
System Red Green Blue C M Y K H S L
Decimal 0 110 229 1 0.52 0 0.10 211.18 1 0.45
Hex 0 6E E5 64 34 0 A D3 64 2D
Octal 0 156 345 144 64 0 12 323 144 55
Binary 0 1101110 11100101 1100100 110100 0 1010 11010011 1100100 101101

Color Harmonies of #006EE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #006EE5

Black with #006EE5

Text Example


Text Example

White with #006EE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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