Html Css Color HEX #026EF2 Navy Blue

📋 copy color: '#026EF2'

red 2 ◦ green 110 ◦ blue 242

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

Shades of Navy Blue #026EF2

Tints of Navy Blue #026EF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 68.36%

R = 0.56%
G = 31.07%
B = 68.36%

CMYK

 C value IS 0.99

 M value IS 0.55

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#026EF2 (or 0x026EF2) is known color: Navy Blue. HEX triplet: 02, 6E and F2. RGB value is (2,110,242). Sum of RGB (Red+Green+Blue) = 2+110+242=354 (46% of max value = 765). Red value is 2 (1.17% from 255 or 0.56% from 354); Green value is 110 (43.36% from 255 or 31.07% from 354); Blue value is 242 (94.92% from 255 or 68.36% from 354); Max value from RGB is 242 - color contains mainly: blue. Hex color #026EF2 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #026EF2 is #FD910D. Grayscale: #5C5C5C. Windows color (decimal): -16617742 or 15887874. OLE color: 15887874.

HSL color Cylindrical-coordinate representation of color #026EF2: hue angle of 213º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #026EF2 is Cyan = 0.99, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 2 110 242 -
CMYK 0.99 0.55 0 0.05
HSL 213º 0.98% 0.48% -
HSV(B) 213º 0.99% 0.95% -
XYZ 21.63 17.58 86.26 -
YUV 92.76 212.22 63.27 -
System Red Green Blue C M Y K H S L
Decimal 2 110 242 0.99 0.55 0 0.05 213 0.98 0.48
Hex 2 6E F2 63 37 0 5 D5 62 30
Octal 2 156 362 143 67 0 5 325 142 60
Binary 10 1101110 11110010 1100011 110111 0 101 11010101 1100010 110000

Color Harmonies of #026EF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #026EF2

Black with #026EF2

Text Example


Text Example

White with #026EF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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