#05095F

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

Shades of Midnight Blue #05095F

Tints of Midnight Blue #05095F

Color information

#05095F (or 0x05095F) is unknown color: approx Midnight Blue. HEX triplet: 05, 09 and 5F. RGB value is (5,9,95). Sum of RGB (Red+Green+Blue) = 5+9+95=109 (14% of max value = 765). Red value is 5 (2.34% from 255 or 4.59% from 109); Green value is 9 (3.91% from 255 or 8.26% from 109); Blue value is 95 (37.5% from 255 or 87.16% from 109); Max value from RGB is 95 - color contains mainly: blue. Hex color #05095F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #05095F is #FAF6A0. Grayscale: #111111. Windows color (decimal): -16447137 or 6228229. OLE color: 6228229.

HSL color Cylindrical-coordinate representation of color #05095F: hue angle of 237.33º degrees, saturation: 0.9, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #05095F is Cyan = 0.95, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB5995-
CMYK0.950.9100.63
HSL237.33º90%19.61%-
HSV(B)237.33º94.74%37.25%-
XYZ2.231.0510.91-
YUV17.61171.67119.01-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.59%
GREEN value IS 9 (3.91% from 255) = 8.26%
BLUE value IS 95 (37.5% from 255) = 87.16%
R=4.59%
G=8.26%
B=87.16%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal59950.950.9100.63237.339019.61
Hex595F5F5B03Fed5a14
Octal51113713713307735513224
Binary1011001101111110111111011011011111111101101101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05095F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #05095F; }

 p { color: rgb(5,9,95); }

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

<style>
 a { background-color: #05095F; }

 a { background-color: rgb(5,9,95); }

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

<style>
 span { border-color: #05095F; }

 span { border-color: rgb(5,9,95); }

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