#036EBC

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

Shades of Navy Blue #036EBC

Tints of Navy Blue #036EBC

Color information

#036EBC (or 0x036EBC) is unknown color: approx Navy Blue. HEX triplet: 03, 6E and BC. RGB value is (3,110,188). Sum of RGB (Red+Green+Blue) = 3+110+188=301 (39% of max value = 765). Red value is 3 (1.56% from 255 or 1.00% from 301); Green value is 110 (43.36% from 255 or 36.54% from 301); Blue value is 188 (73.83% from 255 or 62.46% from 301); Max value from RGB is 188 - color contains mainly: blue. Hex color #036EBC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #036EBC is #FC9143. Grayscale: #565656. Windows color (decimal): -16552260 or 12348931. OLE color: 12348931.

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

Color convert

RGB3110188-
CMYK0.980.4100.26
HSL205.3º96.86%37.45%-
HSV(B)205.3º98.4%73.73%-
XYZ14.6914.849.66-
YUV86.9185.0568.16-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.00%
GREEN value IS 110 (43.36% from 255) = 36.54%
BLUE value IS 188 (73.83% from 255) = 62.46%
R=1.00%
G=36.54%
B=62.46%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal31101880.980.4100.26205.396.8637.45
Hex36EBC622901Acd6125
Octal31562741425103231514145
Binary111101110101111001100010101001011010110011011100001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #036EBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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