Html Css Color HEX #026EC0 Navy Blue

📋 copy color: '#026EC0'

red 2 ◦ green 110 ◦ blue 192

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

Shades of Navy Blue #026EC0

Tints of Navy Blue #026EC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 63.16%

R = 0.66%
G = 36.18%
B = 63.16%

CMYK

 C value IS 0.99

 M value IS 0.43

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#026EC0 (or 0x026EC0) is known color: Navy Blue. HEX triplet: 02, 6E and C0. RGB value is (2,110,192). Sum of RGB (Red+Green+Blue) = 2+110+192=304 (40% of max value = 765). Red value is 2 (1.17% from 255 or 0.66% from 304); Green value is 110 (43.36% from 255 or 36.18% from 304); Blue value is 192 (75.39% from 255 or 63.16% from 304); Max value from RGB is 192 - color contains mainly: blue. Hex color #026EC0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #026EC0 is #FD913F. Grayscale: #565656. Windows color (decimal): -16617792 or 12611074. OLE color: 12611074.

HSL color Cylindrical-coordinate representation of color #026EC0: hue angle of 205.89º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #026EC0 is Cyan = 0.99, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 2 110 192 -
CMYK 0.99 0.43 0 0.25
HSL 205.89º 0.98% 0.38% -
HSV(B) 205.89º 0.99% 0.75% -
XYZ 15.12 14.97 51.96 -
YUV 87.06 187.22 67.33 -
System Red Green Blue C M Y K H S L
Decimal 2 110 192 0.99 0.43 0 0.25 205.89 0.98 0.38
Hex 2 6E C0 63 2B 0 19 CE 62 26
Octal 2 156 300 143 53 0 31 316 142 46
Binary 10 1101110 11000000 1100011 101011 0 11001 11001110 1100010 100110

Color Harmonies of #026EC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #026EC0

Black with #026EC0

Text Example


Text Example

White with #026EC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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