#026EC3

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

Shades of Navy Blue #026EC3

Tints of Navy Blue #026EC3

Color information

#026EC3 (or 0x026EC3) is unknown color: approx Navy Blue. HEX triplet: 02, 6E and C3. RGB value is (2,110,195). Sum of RGB (Red+Green+Blue) = 2+110+195=307 (40% of max value = 765). Red value is 2 (1.17% from 255 or 0.65% from 307); Green value is 110 (43.36% from 255 or 35.83% from 307); Blue value is 195 (76.56% from 255 or 63.52% from 307); Max value from RGB is 195 - color contains mainly: blue. Hex color #026EC3 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #026EC3 is #FD913C. Grayscale: #565656. Windows color (decimal): -16617789 or 12807682. OLE color: 12807682.

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

Color convert

RGB2110195-
CMYK0.990.4400.24
HSL206.42º97.97%38.63%-
HSV(B)206.42º98.97%76.47%-
XYZ15.4515.153.73-
YUV87.4188.7267.09-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.65%
GREEN value IS 110 (43.36% from 255) = 35.83%
BLUE value IS 195 (76.56% from 255) = 63.52%
R=0.65%
G=35.83%
B=63.52%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal21101950.990.4400.24206.4297.9738.63
Hex26EC3632C018ce6227
Octal21563031435403031614247
Binary101101110110000111100011101100011000110011101100010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #026EC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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