#05035D

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

Shades of Midnight Blue #05035D

Tints of Midnight Blue #05035D

Color information

#05035D (or 0x05035D) is unknown color: approx Midnight Blue. HEX triplet: 05, 03 and 5D. RGB value is (5,3,93). Sum of RGB (Red+Green+Blue) = 5+3+93=101 (13% of max value = 765). Red value is 5 (2.34% from 255 or 4.95% from 101); Green value is 3 (1.56% from 255 or 2.97% from 101); Blue value is 93 (36.72% from 255 or 92.08% from 101); Max value from RGB is 93 - color contains mainly: blue. Hex color #05035D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #05035D is #FAFCA2. Grayscale: #0D0D0D. Windows color (decimal): -16448675 or 6095621. OLE color: 6095621.

HSL color Cylindrical-coordinate representation of color #05035D: hue angle of 241.33º degrees, saturation: 0.94, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #05035D is Cyan = 0.95, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB5393-
CMYK0.950.9700.64
HSL241.33º93.75%18.82%-
HSV(B)241.33º96.77%36.47%-
XYZ2.070.8910.42-
YUV13.86172.66121.68-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.95%
GREEN value IS 3 (1.56% from 255) = 2.97%
BLUE value IS 93 (36.72% from 255) = 92.08%
R=4.95%
G=2.97%
B=92.08%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal53930.950.9700.64241.3393.7518.82
Hex535D5F61040f15e13
Octal53135137141010036113623
Binary101111011101101111111000010100000011110001101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05035D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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