#036FBD

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

Shades of Navy Blue #036FBD

Tints of Navy Blue #036FBD

Color information

#036FBD (or 0x036FBD) is unknown color: approx Navy Blue. HEX triplet: 03, 6F and BD. RGB value is (3,111,189). Sum of RGB (Red+Green+Blue) = 3+111+189=303 (40% of max value = 765). Red value is 3 (1.56% from 255 or 0.99% from 303); Green value is 111 (43.75% from 255 or 36.63% from 303); Blue value is 189 (74.22% from 255 or 62.38% from 303); Max value from RGB is 189 - color contains mainly: blue. Hex color #036FBD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #036FBD is #FC9042. Grayscale: #575757. Windows color (decimal): -16552003 or 12414723. OLE color: 12414723.

HSL color Cylindrical-coordinate representation of color #036FBD: hue angle of 205.16º 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 #036FBD is Cyan = 0.98, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB3111189-
CMYK0.980.4100.26
HSL205.16º96.88%37.65%-
HSV(B)205.16º98.41%74.12%-
XYZ14.9115.0650.27-
YUV87.6185.2267.66-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 0.99%
GREEN value IS 111 (43.75% from 255) = 36.63%
BLUE value IS 189 (74.22% from 255) = 62.38%
R=0.99%
G=36.63%
B=62.38%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal31111890.980.4100.26205.1696.8837.65
Hex36FBD622901Acd6126
Octal31572751425103231514146
Binary111101111101111011100010101001011010110011011100001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #036FBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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