#05085F

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

Shades of Midnight Blue #05085F

Tints of Midnight Blue #05085F

Color information

#05085F (or 0x05085F) is unknown color: approx Midnight Blue. HEX triplet: 05, 08 and 5F. RGB value is (5,8,95). Sum of RGB (Red+Green+Blue) = 5+8+95=108 (14% of max value = 765). Red value is 5 (2.34% from 255 or 4.63% from 108); Green value is 8 (3.52% from 255 or 7.41% from 108); Blue value is 95 (37.5% from 255 or 87.96% from 108); Max value from RGB is 95 - color contains mainly: blue. Hex color #05085F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #05085F is #FAF7A0. Grayscale: #101010. Windows color (decimal): -16447393 or 6227973. OLE color: 6227973.

HSL color Cylindrical-coordinate representation of color #05085F: hue angle of 238º 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 #05085F is Cyan = 0.95, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB5895-
CMYK0.950.9200.63
HSL238º90%19.61%-
HSV(B)238º94.74%37.25%-
XYZ2.211.0310.91-
YUV17.02172.01119.43-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.63%
GREEN value IS 8 (3.52% from 255) = 7.41%
BLUE value IS 95 (37.5% from 255) = 87.96%
R=4.63%
G=7.41%
B=87.96%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal58950.950.9200.632389019.61
Hex585F5F5C03Fee5a14
Octal51013713713407735613224
Binary1011000101111110111111011100011111111101110101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05085F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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