Html Css Color HEX #026EDE Navy Blue

📋 copy color: '#026EDE'

red 2 ◦ green 110 ◦ blue 222

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

Shades of Navy Blue #026EDE

Tints of Navy Blue #026EDE

RGB

 RED value IS 2 (1.17% from 255) = 0.6%

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

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

R = 0.6%
G = 32.93%
B = 66.47%

CMYK

 C value IS 0.99

 M value IS 0.50

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#026EDE (or 0x026EDE) is known color: Navy Blue. HEX triplet: 02, 6E and DE. RGB value is (2,110,222). Sum of RGB (Red+Green+Blue) = 2+110+222=334 (44% of max value = 765). Red value is 2 (1.17% from 255 or 0.60% from 334); Green value is 110 (43.36% from 255 or 32.93% from 334); Blue value is 222 (87.11% from 255 or 66.47% from 334); Max value from RGB is 222 - color contains mainly: blue. Hex color #026EDE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #026EDE is #FD9121. Grayscale: #595959. Windows color (decimal): -16617762 or 14577154. OLE color: 14577154.

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

Color convert

RGB 2 110 222 -
CMYK 0.99 0.50 0 0.13
HSL 210.55º 0.98% 0.44% -
HSV(B) 210.55º 0.99% 0.87% -
XYZ 18.79 16.44 71.29 -
YUV 90.48 202.22 64.89 -
System Red Green Blue C M Y K H S L
Decimal 2 110 222 0.99 0.50 0 0.13 210.55 0.98 0.44
Hex 2 6E DE 63 32 0 D D3 62 2C
Octal 2 156 336 143 62 0 15 323 142 54
Binary 10 1101110 11011110 1100011 110010 0 1101 11010011 1100010 101100

Color Harmonies of #026EDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #026EDE

Black with #026EDE

Text Example


Text Example

White with #026EDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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