Html Css Color HEX #026EC7 Navy Blue

📋 copy color: '#026EC7'

red 2 ◦ green 110 ◦ blue 199

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

Shades of Navy Blue #026EC7

Tints of Navy Blue #026EC7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 63.99%

R = 0.64%
G = 35.37%
B = 63.99%

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

#026EC7 (or 0x026EC7) is known color: Navy Blue. HEX triplet: 02, 6E and C7. RGB value is (2,110,199). Sum of RGB (Red+Green+Blue) = 2+110+199=311 (41% of max value = 765). Red value is 2 (1.17% from 255 or 0.64% from 311); Green value is 110 (43.36% from 255 or 35.37% from 311); Blue value is 199 (78.12% from 255 or 63.99% from 311); Max value from RGB is 199 - color contains mainly: blue. Hex color #026EC7 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #026EC7 is #FD9138. Grayscale: #575757. Windows color (decimal): -16617785 or 13069826. OLE color: 13069826.

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

Color convert

RGB 2 110 199 -
CMYK 0.99 0.45 0 0.22
HSL 207.11º 0.98% 0.39% -
HSV(B) 207.11º 0.99% 0.78% -
XYZ 15.91 15.29 56.15 -
YUV 87.85 190.72 66.76 -
System Red Green Blue C M Y K H S L
Decimal 2 110 199 0.99 0.45 0 0.22 207.11 0.98 0.39
Hex 2 6E C7 63 2D 0 16 CF 62 27
Octal 2 156 307 143 55 0 26 317 142 47
Binary 10 1101110 11000111 1100011 101101 0 10110 11001111 1100010 100111

Color Harmonies of #026EC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #026EC7

Black with #026EC7

Text Example


Text Example

White with #026EC7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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