Html Css Color HEX #026ECD Navy Blue

📋 copy color: '#026ECD'

red 2 ◦ green 110 ◦ blue 205

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

Shades of Navy Blue #026ECD

Tints of Navy Blue #026ECD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 64.67%

R = 0.63%
G = 34.7%
B = 64.67%

CMYK

 C value IS 0.99

 M value IS 0.46

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#026ECD (or 0x026ECD) is known color: Navy Blue. HEX triplet: 02, 6E and CD. RGB value is (2,110,205). Sum of RGB (Red+Green+Blue) = 2+110+205=317 (41% of max value = 765). Red value is 2 (1.17% from 255 or 0.63% from 317); Green value is 110 (43.36% from 255 or 34.70% from 317); Blue value is 205 (80.47% from 255 or 64.67% from 317); Max value from RGB is 205 - color contains mainly: blue. Hex color #026ECD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #026ECD is #FD9132. Grayscale: #585858. Windows color (decimal): -16617779 or 13463042. OLE color: 13463042.

HSL color Cylindrical-coordinate representation of color #026ECD: hue angle of 208.08º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #026ECD is Cyan = 0.99, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 2 110 205 -
CMYK 0.99 0.46 0 0.20
HSL 208.08º 0.98% 0.41% -
HSV(B) 208.08º 0.99% 0.8% -
XYZ 16.62 15.57 59.89 -
YUV 88.54 193.72 66.28 -
System Red Green Blue C M Y K H S L
Decimal 2 110 205 0.99 0.46 0 0.20 208.08 0.98 0.41
Hex 2 6E CD 63 2E 0 14 D0 62 29
Octal 2 156 315 143 56 0 24 320 142 51
Binary 10 1101110 11001101 1100011 101110 0 10100 11010000 1100010 101001

Color Harmonies of #026ECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #026ECD

Black with #026ECD

Text Example


Text Example

White with #026ECD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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