#05036D

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

Shades of Navy #05036D

Tints of Navy #05036D

Color information

#05036D (or 0x05036D) is unknown color: approx Navy. HEX triplet: 05, 03 and 6D. RGB value is (5,3,109). Sum of RGB (Red+Green+Blue) = 5+3+109=117 (15% of max value = 765). Red value is 5 (2.34% from 255 or 4.27% from 117); Green value is 3 (1.56% from 255 or 2.56% from 117); Blue value is 109 (42.97% from 255 or 93.16% from 117); Max value from RGB is 109 - color contains mainly: blue. Hex color #05036D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #05036D is #FAFC92. Grayscale: #0F0F0F. Windows color (decimal): -16448659 or 7144197. OLE color: 7144197.

HSL color Cylindrical-coordinate representation of color #05036D: hue angle of 241.13º degrees, saturation: 0.95, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #05036D is Cyan = 0.95, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB53109-
CMYK0.950.9700.57
HSL241.13º94.64%21.96%-
HSV(B)241.13º97.25%42.75%-
XYZ2.861.214.55-
YUV15.68180.66120.38-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.27%
GREEN value IS 3 (1.56% from 255) = 2.56%
BLUE value IS 109 (42.97% from 255) = 93.16%
R=4.27%
G=2.56%
B=93.16%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal531090.950.9700.57241.1394.6421.96
Hex536D5F61039f15f16
Octal5315513714107136113726
Binary10111110110110111111100001011100111110001101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05036D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #05036D; }

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

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

<style>
 a { background-color: #05036D; }

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

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

<style>
 span { border-color: #05036D; }

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

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