#036ECB

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

Shades of Navy Blue #036ECB

Tints of Navy Blue #036ECB

Color information

#036ECB (or 0x036ECB) is unknown color: approx Navy Blue. HEX triplet: 03, 6E and CB. RGB value is (3,110,203). Sum of RGB (Red+Green+Blue) = 3+110+203=316 (41% of max value = 765). Red value is 3 (1.56% from 255 or 0.95% from 316); Green value is 110 (43.36% from 255 or 34.81% from 316); Blue value is 203 (79.69% from 255 or 64.24% from 316); Max value from RGB is 203 - color contains mainly: blue. Hex color #036ECB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #036ECB is #FC9134. Grayscale: #585858. Windows color (decimal): -16552245 or 13331971. OLE color: 13331971.

HSL color Cylindrical-coordinate representation of color #036ECB: hue angle of 207.9º degrees, saturation: 0.97, 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 #036ECB is Cyan = 0.99, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB3110203-
CMYK0.990.4600.20
HSL207.9º97.09%40.39%-
HSV(B)207.9º98.52%79.61%-
XYZ16.3915.4858.62-
YUV88.61192.5566.94-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 0.95%
GREEN value IS 110 (43.36% from 255) = 34.81%
BLUE value IS 203 (79.69% from 255) = 64.24%
R=0.95%
G=34.81%
B=64.24%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal31102030.990.4600.20207.997.0940.39
Hex36ECB632E014d06128
Octal31563131435602432014150
Binary111101110110010111100011101110010100110100001100001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #036ECB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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