Html Css Color HEX #026EEE Navy Blue

📋 copy color: '#026EEE'

red 2 ◦ green 110 ◦ blue 238

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

Shades of Navy Blue #026EEE

Tints of Navy Blue #026EEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 68%

R = 0.57%
G = 31.43%
B = 68%

CMYK

 C value IS 0.99

 M value IS 0.54

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#026EEE (or 0x026EEE) is known color: Navy Blue. HEX triplet: 02, 6E and EE. RGB value is (2,110,238). Sum of RGB (Red+Green+Blue) = 2+110+238=350 (46% of max value = 765). Red value is 2 (1.17% from 255 or 0.57% from 350); Green value is 110 (43.36% from 255 or 31.43% from 350); Blue value is 238 (93.36% from 255 or 68% from 350); Max value from RGB is 238 - color contains mainly: blue. Hex color #026EEE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #026EEE is #FD9111. Grayscale: #5B5B5B. Windows color (decimal): -16617746 or 15625730. OLE color: 15625730.

HSL color Cylindrical-coordinate representation of color #026EEE: hue angle of 212.54º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #026EEE is Cyan = 0.99, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 2 110 238 -
CMYK 0.99 0.54 0 0.07
HSL 212.54º 0.98% 0.47% -
HSV(B) 212.54º 0.99% 0.93% -
XYZ 21.03 17.34 83.13 -
YUV 92.3 210.22 63.59 -
System Red Green Blue C M Y K H S L
Decimal 2 110 238 0.99 0.54 0 0.07 212.54 0.98 0.47
Hex 2 6E EE 63 36 0 7 D5 62 2F
Octal 2 156 356 143 66 0 7 325 142 57
Binary 10 1101110 11101110 1100011 110110 0 111 11010101 1100010 101111

Color Harmonies of #026EEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #026EEE

Black with #026EEE

Text Example


Text Example

White with #026EEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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