Html Css Color HEX #026EC6 Navy Blue

📋 copy color: '#026EC6'

red 2 ◦ green 110 ◦ blue 198

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

Shades of Navy Blue #026EC6

Tints of Navy Blue #026EC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 63.87%

R = 0.65%
G = 35.48%
B = 63.87%

CMYK

 C value IS 0.99

 M value IS 0.44

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#026EC6 (or 0x026EC6) is known color: Navy Blue. HEX triplet: 02, 6E and C6. RGB value is (2,110,198). Sum of RGB (Red+Green+Blue) = 2+110+198=310 (41% of max value = 765). Red value is 2 (1.17% from 255 or 0.65% from 310); Green value is 110 (43.36% from 255 or 35.48% from 310); Blue value is 198 (77.73% from 255 or 63.87% from 310); Max value from RGB is 198 - color contains mainly: blue. Hex color #026EC6 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #026EC6 is #FD9139. Grayscale: #575757. Windows color (decimal): -16617786 or 13004290. OLE color: 13004290.

HSL color Cylindrical-coordinate representation of color #026EC6: hue angle of 206.94º 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 #026EC6 is Cyan = 0.99, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 2 110 198 -
CMYK 0.99 0.44 0 0.22
HSL 206.94º 0.98% 0.39% -
HSV(B) 206.94º 0.99% 0.78% -
XYZ 15.79 15.24 55.54 -
YUV 87.74 190.22 66.84 -
System Red Green Blue C M Y K H S L
Decimal 2 110 198 0.99 0.44 0 0.22 206.94 0.98 0.39
Hex 2 6E C6 63 2C 0 16 CF 62 27
Octal 2 156 306 143 54 0 26 317 142 47
Binary 10 1101110 11000110 1100011 101100 0 10110 11001111 1100010 100111

Color Harmonies of #026EC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #026EC6

Black with #026EC6

Text Example


Text Example

White with #026EC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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