#036ACC

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

Shades of Navy Blue #036ACC

Tints of Navy Blue #036ACC

Color information

#036ACC (or 0x036ACC) is unknown color: approx Navy Blue. HEX triplet: 03, 6A and CC. RGB value is (3,106,204). Sum of RGB (Red+Green+Blue) = 3+106+204=313 (41% of max value = 765). Red value is 3 (1.56% from 255 or 0.96% from 313); Green value is 106 (41.80% from 255 or 33.87% from 313); Blue value is 204 (80.08% from 255 or 65.18% from 313); Max value from RGB is 204 - color contains mainly: blue. Hex color #036ACC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #036ACC is #FC9533. Grayscale: #555555. Windows color (decimal): -16553268 or 13396483. OLE color: 13396483.

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

Color convert

RGB3106204-
CMYK0.990.4800.2
HSL209.25º97.1%40.59%-
HSV(B)209.25º98.53%80%-
XYZ16.0914.6959.11-
YUV86.38194.3868.53-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 0.96%
GREEN value IS 106 (41.80% from 255) = 33.87%
BLUE value IS 204 (80.08% from 255) = 65.18%
R=0.96%
G=33.87%
B=65.18%

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
Decimal31062040.990.4800.2209.2597.140.59
Hex36ACC6330014d16129
Octal31523141436002432114151
Binary111101010110011001100011110000010100110100011100001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #036ACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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