#026ECC

Color #026ECC Navy Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Navy Blue #026ECC

Tints of Navy Blue #026ECC

Color information

#026ECC (or 0x026ECC) is unknown color: approx Navy Blue. HEX triplet: 02, 6E and CC. RGB value is (2,110,204). Sum of RGB (Red+Green+Blue) = 2+110+204=316 (41% of max value = 765). Red value is 2 (1.17% from 255 or 0.63% from 316); Green value is 110 (43.36% from 255 or 34.81% from 316); Blue value is 204 (80.08% from 255 or 64.56% from 316); Max value from RGB is 204 - color contains mainly: blue. Hex color #026ECC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #026ECC is #FD9133. Grayscale: #575757. Windows color (decimal): -16617780 or 13397506. OLE color: 13397506.

HSL color Cylindrical-coordinate representation of color #026ECC: hue angle of 207.92º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #026ECC is Cyan = 0.99, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB2110204-
CMYK0.990.4600.2
HSL207.92º98.06%40.39%-
HSV(B)207.92º99.02%80%-
XYZ16.515.5259.25-
YUV88.42193.2266.36-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.63%
GREEN value IS 110 (43.36% from 255) = 34.81%
BLUE value IS 204 (80.08% from 255) = 64.56%
R=0.63%
G=34.81%
B=64.56%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal21102040.990.4600.2207.9298.0640.39
Hex26ECC632E014d06228
Octal21563141435602432014250
Binary101101110110011001100011101110010100110100001100010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #026ECC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #026ECC;
 }
 .AnyTagClassName
 {
   color: #026ECC;
 }
</style>
background-color css

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

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

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

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

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

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