Html Css Color HEX #026EC9 Navy Blue

📋 copy color: '#026EC9'

red 2 ◦ green 110 ◦ blue 201

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

Shades of Navy Blue #026EC9

Tints of Navy Blue #026EC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 64.22%

R = 0.64%
G = 35.14%
B = 64.22%

CMYK

 C value IS 0.99

 M value IS 0.45

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#026EC9 (or 0x026EC9) is known color: Navy Blue. HEX triplet: 02, 6E and C9. RGB value is (2,110,201). Sum of RGB (Red+Green+Blue) = 2+110+201=313 (41% of max value = 765). Red value is 2 (1.17% from 255 or 0.64% from 313); Green value is 110 (43.36% from 255 or 35.14% from 313); Blue value is 201 (78.91% from 255 or 64.22% from 313); Max value from RGB is 201 - color contains mainly: blue. Hex color #026EC9 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #026EC9 is #FD9136. Grayscale: #575757. Windows color (decimal): -16617783 or 13200898. OLE color: 13200898.

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

Color convert

RGB 2 110 201 -
CMYK 0.99 0.45 0 0.21
HSL 207.44º 0.98% 0.4% -
HSV(B) 207.44º 0.99% 0.79% -
XYZ 16.14 15.38 57.38 -
YUV 88.08 191.72 66.6 -
System Red Green Blue C M Y K H S L
Decimal 2 110 201 0.99 0.45 0 0.21 207.44 0.98 0.4
Hex 2 6E C9 63 2D 0 15 CF 62 28
Octal 2 156 311 143 55 0 25 317 142 50
Binary 10 1101110 11001001 1100011 101101 0 10101 11001111 1100010 101000

Color Harmonies of #026EC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #026EC9

Black with #026EC9

Text Example


Text Example

White with #026EC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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