Html Css Color HEX #026ECE Navy Blue

📋 copy color: '#026ECE'

red 2 ◦ green 110 ◦ blue 206

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

Shades of Navy Blue #026ECE

Tints of Navy Blue #026ECE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 64.78%

R = 0.63%
G = 34.59%
B = 64.78%

CMYK

 C value IS 0.99

 M value IS 0.47

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#026ECE (or 0x026ECE) is known color: Navy Blue. HEX triplet: 02, 6E and CE. RGB value is (2,110,206). Sum of RGB (Red+Green+Blue) = 2+110+206=318 (42% of max value = 765). Red value is 2 (1.17% from 255 or 0.63% from 318); Green value is 110 (43.36% from 255 or 34.59% from 318); Blue value is 206 (80.86% from 255 or 64.78% from 318); Max value from RGB is 206 - color contains mainly: blue. Hex color #026ECE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #026ECE is #FD9131. Grayscale: #585858. Windows color (decimal): -16617778 or 13528578. OLE color: 13528578.

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

Color convert

RGB 2 110 206 -
CMYK 0.99 0.47 0 0.19
HSL 208.24º 0.98% 0.41% -
HSV(B) 208.24º 0.99% 0.81% -
XYZ 16.74 15.62 60.53 -
YUV 88.65 194.22 66.19 -
System Red Green Blue C M Y K H S L
Decimal 2 110 206 0.99 0.47 0 0.19 208.24 0.98 0.41
Hex 2 6E CE 63 2F 0 13 D0 62 29
Octal 2 156 316 143 57 0 23 320 142 51
Binary 10 1101110 11001110 1100011 101111 0 10011 11010000 1100010 101001

Color Harmonies of #026ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #026ECE

Black with #026ECE

Text Example


Text Example

White with #026ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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