Html Css Color HEX #026FEC Navy Blue

📋 copy color: '#026FEC'

red 2 ◦ green 111 ◦ blue 236

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

Shades of Navy Blue #026FEC

Tints of Navy Blue #026FEC

RGB

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

 GREEN value IS 111 (43.75% from 255) = 31.81%

 BLUE value IS 236 (92.58% from 255) = 67.62%

R = 0.57%
G = 31.81%
B = 67.62%

CMYK

 C value IS 0.99

 M value IS 0.53

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#026FEC (or 0x026FEC) is known color: Navy Blue. HEX triplet: 02, 6F and EC. RGB value is (2,111,236). Sum of RGB (Red+Green+Blue) = 2+111+236=349 (46% of max value = 765). Red value is 2 (1.17% from 255 or 0.57% from 349); Green value is 111 (43.75% from 255 or 31.81% from 349); Blue value is 236 (92.58% from 255 or 67.62% from 349); Max value from RGB is 236 - color contains mainly: blue. Hex color #026FEC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #026FEC is #FD9013. Grayscale: #5C5C5C. Windows color (decimal): -16617492 or 15494914. OLE color: 15494914.

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

Color convert

RGB 2 111 236 -
CMYK 0.99 0.53 0 0.07
HSL 212.05º 0.98% 0.47% -
HSV(B) 212.05º 0.99% 0.93% -
XYZ 20.85 17.44 81.62 -
YUV 92.66 208.89 63.34 -
System Red Green Blue C M Y K H S L
Decimal 2 111 236 0.99 0.53 0 0.07 212.05 0.98 0.47
Hex 2 6F EC 63 35 0 7 D4 62 2F
Octal 2 157 354 143 65 0 7 324 142 57
Binary 10 1101111 11101100 1100011 110101 0 111 11010100 1100010 101111

Color Harmonies of #026FEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #026FEC

Black with #026FEC

Text Example


Text Example

White with #026FEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,111,236); }

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

background-color css

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

 a { background-color: rgb(2,111,236); }

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

border-color css

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

 span { border-color: rgb(2,111,236); }

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