Html Css Color HEX #026EC8 Navy Blue

📋 copy color: '#026EC8'

red 2 ◦ green 110 ◦ blue 200

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

Shades of Navy Blue #026EC8

Tints of Navy Blue #026EC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 64.1%

R = 0.64%
G = 35.26%
B = 64.1%

CMYK

 C value IS 0.99

 M value IS 0.45

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#026EC8 (or 0x026EC8) is known color: Navy Blue. HEX triplet: 02, 6E and C8. RGB value is (2,110,200). Sum of RGB (Red+Green+Blue) = 2+110+200=312 (41% of max value = 765). Red value is 2 (1.17% from 255 or 0.64% from 312); Green value is 110 (43.36% from 255 or 35.26% from 312); Blue value is 200 (78.52% from 255 or 64.10% from 312); Max value from RGB is 200 - color contains mainly: blue. Hex color #026EC8 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #026EC8 is #FD9137. Grayscale: #575757. Windows color (decimal): -16617784 or 13135362. OLE color: 13135362.

HSL color Cylindrical-coordinate representation of color #026EC8: hue angle of 207.27º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #026EC8 is Cyan = 0.99, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 2 110 200 -
CMYK 0.99 0.45 0 0.22
HSL 207.27º 0.98% 0.4% -
HSV(B) 207.27º 0.99% 0.78% -
XYZ 16.03 15.33 56.76 -
YUV 87.97 191.22 66.68 -
System Red Green Blue C M Y K H S L
Decimal 2 110 200 0.99 0.45 0 0.22 207.27 0.98 0.4
Hex 2 6E C8 63 2D 0 16 CF 62 28
Octal 2 156 310 143 55 0 26 317 142 50
Binary 10 1101110 11001000 1100011 101101 0 10110 11001111 1100010 101000

Color Harmonies of #026EC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #026EC8

Black with #026EC8

Text Example


Text Example

White with #026EC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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