#036EBE

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

Shades of Navy Blue #036EBE

Tints of Navy Blue #036EBE

Color information

#036EBE (or 0x036EBE) is unknown color: approx Navy Blue. HEX triplet: 03, 6E and BE. RGB value is (3,110,190). Sum of RGB (Red+Green+Blue) = 3+110+190=303 (40% of max value = 765). Red value is 3 (1.56% from 255 or 0.99% from 303); Green value is 110 (43.36% from 255 or 36.30% from 303); Blue value is 190 (74.61% from 255 or 62.71% from 303); Max value from RGB is 190 - color contains mainly: blue. Hex color #036EBE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #036EBE is #FC9141. Grayscale: #565656. Windows color (decimal): -16552258 or 12480003. OLE color: 12480003.

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

Color convert

RGB3110190-
CMYK0.980.4200.25
HSL205.67º96.89%37.84%-
HSV(B)205.67º98.42%74.51%-
XYZ14.9114.8950.8-
YUV87.13186.0568-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 0.99%
GREEN value IS 110 (43.36% from 255) = 36.30%
BLUE value IS 190 (74.61% from 255) = 62.71%
R=0.99%
G=36.30%
B=62.71%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal31101900.980.4200.25205.6796.8937.84
Hex36EBE622A019ce6126
Octal31562761425203131614146
Binary111101110101111101100010101010011001110011101100001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #036EBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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