#036CBD

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

Shades of Navy Blue #036CBD

Tints of Navy Blue #036CBD

Color information

#036CBD (or 0x036CBD) is unknown color: approx Navy Blue. HEX triplet: 03, 6C and BD. RGB value is (3,108,189). Sum of RGB (Red+Green+Blue) = 3+108+189=300 (39% of max value = 765). Red value is 3 (1.56% from 255 or 1% from 300); Green value is 108 (42.58% from 255 or 36% from 300); Blue value is 189 (74.22% from 255 or 63% from 300); Max value from RGB is 189 - color contains mainly: blue. Hex color #036CBD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #036CBD is #FC9342. Grayscale: #555555. Windows color (decimal): -16552771 or 12413955. OLE color: 12413955.

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

Color convert

RGB3108189-
CMYK0.980.4300.26
HSL206.13º96.88%37.65%-
HSV(B)206.13º98.41%74.12%-
XYZ14.5914.4250.16-
YUV85.84186.2168.91-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1%
GREEN value IS 108 (42.58% from 255) = 36%
BLUE value IS 189 (74.22% from 255) = 63%
R=1%
G=36%
B=63%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal31081890.980.4300.26206.1396.8837.65
Hex36CBD622B01Ace6126
Octal31542751425303231614146
Binary111101100101111011100010101011011010110011101100001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #036CBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(3,108,189); }

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

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

 a { background-color: rgb(3,108,189); }

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

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

 span { border-color: rgb(3,108,189); }

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