Html Css Color HEX #026EC1 Navy Blue

📋 copy color: '#026EC1'

red 2 ◦ green 110 ◦ blue 193

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

Shades of Navy Blue #026EC1

Tints of Navy Blue #026EC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 63.28%

R = 0.66%
G = 36.07%
B = 63.28%

CMYK

 C value IS 0.99

 M value IS 0.43

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#026EC1 (or 0x026EC1) is known color: Navy Blue. HEX triplet: 02, 6E and C1. RGB value is (2,110,193). Sum of RGB (Red+Green+Blue) = 2+110+193=305 (40% of max value = 765). Red value is 2 (1.17% from 255 or 0.66% from 305); Green value is 110 (43.36% from 255 or 36.07% from 305); Blue value is 193 (75.78% from 255 or 63.28% from 305); Max value from RGB is 193 - color contains mainly: blue. Hex color #026EC1 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #026EC1 is #FD913E. Grayscale: #565656. Windows color (decimal): -16617791 or 12676610. OLE color: 12676610.

HSL color Cylindrical-coordinate representation of color #026EC1: hue angle of 206.07º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #026EC1 is Cyan = 0.99, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 2 110 193 -
CMYK 0.99 0.43 0 0.24
HSL 206.07º 0.98% 0.38% -
HSV(B) 206.07º 0.99% 0.76% -
XYZ 15.23 15.02 52.55 -
YUV 87.17 187.72 67.25 -
System Red Green Blue C M Y K H S L
Decimal 2 110 193 0.99 0.43 0 0.24 206.07 0.98 0.38
Hex 2 6E C1 63 2B 0 18 CE 62 26
Octal 2 156 301 143 53 0 30 316 142 46
Binary 10 1101110 11000001 1100011 101011 0 11000 11001110 1100010 100110

Color Harmonies of #026EC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #026EC1

Black with #026EC1

Text Example


Text Example

White with #026EC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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