#026EBC

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

Shades of Navy Blue #026EBC

Tints of Navy Blue #026EBC

Color information

#026EBC (or 0x026EBC) is unknown color: approx Navy Blue. HEX triplet: 02, 6E and BC. RGB value is (2,110,188). Sum of RGB (Red+Green+Blue) = 2+110+188=300 (39% of max value = 765). Red value is 2 (1.17% from 255 or 0.67% from 300); Green value is 110 (43.36% from 255 or 36.67% from 300); Blue value is 188 (73.83% from 255 or 62.67% from 300); Max value from RGB is 188 - color contains mainly: blue. Hex color #026EBC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #026EBC is #FD9143. Grayscale: #565656. Windows color (decimal): -16617796 or 12348930. OLE color: 12348930.

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

Color convert

RGB2110188-
CMYK0.990.4100.26
HSL205.16º97.89%37.25%-
HSV(B)205.16º98.94%73.73%-
XYZ14.6814.849.66-
YUV86.6185.2267.66-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.67%
GREEN value IS 110 (43.36% from 255) = 36.67%
BLUE value IS 188 (73.83% from 255) = 62.67%
R=0.67%
G=36.67%
B=62.67%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal21101880.990.4100.26205.1697.8937.25
Hex26EBC632901Acd6225
Octal21562741435103231514245
Binary101101110101111001100011101001011010110011011100010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #026EBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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