#036DBE

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

Shades of Navy Blue #036DBE

Tints of Navy Blue #036DBE

Color information

#036DBE (or 0x036DBE) is unknown color: approx Navy Blue. HEX triplet: 03, 6D and BE. RGB value is (3,109,190). Sum of RGB (Red+Green+Blue) = 3+109+190=302 (40% of max value = 765). Red value is 3 (1.56% from 255 or 0.99% from 302); Green value is 109 (42.97% from 255 or 36.09% from 302); Blue value is 190 (74.61% from 255 or 62.91% from 302); Max value from RGB is 190 - color contains mainly: blue. Hex color #036DBE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #036DBE is #FC9241. Grayscale: #565656. Windows color (decimal): -16552514 or 12479747. OLE color: 12479747.

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

Color convert

RGB3109190-
CMYK0.980.4300.25
HSL205.99º96.89%37.84%-
HSV(B)205.99º98.42%74.51%-
XYZ14.814.6750.77-
YUV86.54186.3868.41-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 0.99%
GREEN value IS 109 (42.97% from 255) = 36.09%
BLUE value IS 190 (74.61% from 255) = 62.91%
R=0.99%
G=36.09%
B=62.91%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal31091900.980.4300.25205.9996.8937.84
Hex36DBE622B019ce6126
Octal31552761425303131614146
Binary111101101101111101100010101011011001110011101100001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #036DBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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