#036BCC

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

Shades of Navy Blue #036BCC

Tints of Navy Blue #036BCC

Color information

#036BCC (or 0x036BCC) is unknown color: approx Navy Blue. HEX triplet: 03, 6B and CC. RGB value is (3,107,204). Sum of RGB (Red+Green+Blue) = 3+107+204=314 (41% of max value = 765). Red value is 3 (1.56% from 255 or 0.96% from 314); Green value is 107 (42.19% from 255 or 34.08% from 314); Blue value is 204 (80.08% from 255 or 64.97% from 314); Max value from RGB is 204 - color contains mainly: blue. Hex color #036BCC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #036BCC is #FC9433. Grayscale: #565656. Windows color (decimal): -16553012 or 13396739. OLE color: 13396739.

HSL color Cylindrical-coordinate representation of color #036BCC: hue angle of 208.96º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #036BCC is Cyan = 0.99, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB3107204-
CMYK0.990.4800.2
HSL208.96º97.1%40.59%-
HSV(B)208.96º98.53%80%-
XYZ16.1914.8959.15-
YUV86.96194.0468.11-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 0.96%
GREEN value IS 107 (42.19% from 255) = 34.08%
BLUE value IS 204 (80.08% from 255) = 64.97%
R=0.96%
G=34.08%
B=64.97%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal31072040.990.4800.2208.9697.140.59
Hex36BCC6330014d16129
Octal31533141436002432114151
Binary111101011110011001100011110000010100110100011100001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #036BCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(3,107,204); }

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

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

 a { background-color: rgb(3,107,204); }

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

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

 span { border-color: rgb(3,107,204); }

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