#036DCB

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

Shades of Navy Blue #036DCB

Tints of Navy Blue #036DCB

Color information

#036DCB (or 0x036DCB) is unknown color: approx Navy Blue. HEX triplet: 03, 6D and CB. RGB value is (3,109,203). Sum of RGB (Red+Green+Blue) = 3+109+203=315 (41% of max value = 765). Red value is 3 (1.56% from 255 or 0.95% from 315); Green value is 109 (42.97% from 255 or 34.60% from 315); Blue value is 203 (79.69% from 255 or 64.44% from 315); Max value from RGB is 203 - color contains mainly: blue. Hex color #036DCB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #036DCB is #FC9234. Grayscale: #575757. Windows color (decimal): -16552501 or 13331715. OLE color: 13331715.

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

Color convert

RGB3109203-
CMYK0.990.4600.20
HSL208.2º97.09%40.39%-
HSV(B)208.2º98.52%79.61%-
XYZ16.2915.2758.59-
YUV88.02192.8867.36-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 0.95%
GREEN value IS 109 (42.97% from 255) = 34.60%
BLUE value IS 203 (79.69% from 255) = 64.44%
R=0.95%
G=34.60%
B=64.44%

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
Decimal31092030.990.4600.20208.297.0940.39
Hex36DCB632E014d06128
Octal31553131435602432014150
Binary111101101110010111100011101110010100110100001100001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #036DCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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