Html Css Color HEX #026EE1 Navy Blue

📋 copy color: '#026EE1'

red 2 ◦ green 110 ◦ blue 225

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

Shades of Navy Blue #026EE1

Tints of Navy Blue #026EE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 66.77%

R = 0.59%
G = 32.64%
B = 66.77%

CMYK

 C value IS 0.99

 M value IS 0.51

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#026EE1 (or 0x026EE1) is known color: Navy Blue. HEX triplet: 02, 6E and E1. RGB value is (2,110,225). Sum of RGB (Red+Green+Blue) = 2+110+225=337 (44% of max value = 765). Red value is 2 (1.17% from 255 or 0.59% from 337); Green value is 110 (43.36% from 255 or 32.64% from 337); Blue value is 225 (88.28% from 255 or 66.77% from 337); Max value from RGB is 225 - color contains mainly: blue. Hex color #026EE1 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #026EE1 is #FD911E. Grayscale: #5A5A5A. Windows color (decimal): -16617759 or 14773762. OLE color: 14773762.

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

Color convert

RGB 2 110 225 -
CMYK 0.99 0.51 0 0.12
HSL 210.94º 0.98% 0.45% -
HSV(B) 210.94º 0.99% 0.88% -
XYZ 19.19 16.6 73.43 -
YUV 90.82 203.72 64.65 -
System Red Green Blue C M Y K H S L
Decimal 2 110 225 0.99 0.51 0 0.12 210.94 0.98 0.45
Hex 2 6E E1 63 33 0 C D3 62 2D
Octal 2 156 341 143 63 0 14 323 142 55
Binary 10 1101110 11100001 1100011 110011 0 1100 11010011 1100010 101101

Color Harmonies of #026EE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #026EE1

Black with #026EE1

Text Example


Text Example

White with #026EE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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