#036ede

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

Shades of Navy Blue #036EDE

Tints of Navy Blue #036EDE

Color information

#036EDE (or 0x036EDE) is unknown color: approx Navy Blue. HEX triplet: 03, 6E and DE. RGB value is (3,110,222). Sum of RGB (Red+Green+Blue) = 3+110+222=335 (44% of max value = 765). Red value is 3 (1.56% from 255 or 0.90% from 335); Green value is 110 (43.36% from 255 or 32.84% from 335); Blue value is 222 (87.11% from 255 or 66.27% from 335); Max value from RGB is 222 - color contains mainly: blue. Hex color #036EDE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #036EDE is #FC9121. Grayscale: #5A5A5A. Windows color (decimal): -16552226 or 14577155. OLE color: 14577155.

HSL color Cylindrical-coordinate representation of color #036EDE: hue angle of 210.68º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #036EDE is Cyan = 0.99, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB3110222-
CMYK0.990.5000.13
HSL210.68º97.33%44.12%-
HSV(B)210.68º98.65%87.06%-
XYZ18.816.4571.29-
YUV90.78202.0565.39-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 0.90%
GREEN value IS 110 (43.36% from 255) = 32.84%
BLUE value IS 222 (87.11% from 255) = 66.27%
R=0.90%
G=32.84%
B=66.27%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal31102220.990.5000.13210.6897.3344.12
Hex36EDE63320Dd3612c
Octal31563361436201532314154
Binary11110111011011110110001111001001101110100111100001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #036ede

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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