Html Css Color HEX #026EC4 Navy Blue

📋 copy color: '#026EC4'

red 2 ◦ green 110 ◦ blue 196

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

Shades of Navy Blue #026EC4

Tints of Navy Blue #026EC4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 63.64%

R = 0.65%
G = 35.71%
B = 63.64%

CMYK

 C value IS 0.99

 M value IS 0.44

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#026EC4 (or 0x026EC4) is known color: Navy Blue. HEX triplet: 02, 6E and C4. RGB value is (2,110,196). Sum of RGB (Red+Green+Blue) = 2+110+196=308 (40% of max value = 765). Red value is 2 (1.17% from 255 or 0.65% from 308); Green value is 110 (43.36% from 255 or 35.71% from 308); Blue value is 196 (76.95% from 255 or 63.64% from 308); Max value from RGB is 196 - color contains mainly: blue. Hex color #026EC4 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #026EC4 is #FD913B. Grayscale: #575757. Windows color (decimal): -16617788 or 12873218. OLE color: 12873218.

HSL color Cylindrical-coordinate representation of color #026EC4: hue angle of 206.6º degrees, saturation: 0.98, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #026EC4 is Cyan = 0.99, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 2 110 196 -
CMYK 0.99 0.44 0 0.23
HSL 206.6º 0.98% 0.39% -
HSV(B) 206.6º 0.99% 0.77% -
XYZ 15.56 15.15 54.33 -
YUV 87.51 189.22 67.01 -
System Red Green Blue C M Y K H S L
Decimal 2 110 196 0.99 0.44 0 0.23 206.6 0.98 0.39
Hex 2 6E C4 63 2C 0 17 CF 62 27
Octal 2 156 304 143 54 0 27 317 142 47
Binary 10 1101110 11000100 1100011 101100 0 10111 11001111 1100010 100111

Color Harmonies of #026EC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #026EC4

Black with #026EC4

Text Example


Text Example

White with #026EC4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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