#0D055F

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

Shades of Midnight Blue #0D055F

Tints of Midnight Blue #0D055F

Color information

#0D055F (or 0x0D055F) is unknown color: approx Midnight Blue. HEX triplet: 0D, 05 and 5F. RGB value is (13,5,95). Sum of RGB (Red+Green+Blue) = 13+5+95=113 (14% of max value = 765). Red value is 13 (5.47% from 255 or 11.50% from 113); Green value is 5 (2.34% from 255 or 4.42% from 113); Blue value is 95 (37.5% from 255 or 84.07% from 113); Max value from RGB is 95 - color contains mainly: blue. Hex color #0D055F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0D055F is #F2FAA0. Grayscale: #111111. Windows color (decimal): -15923873 or 6227213. OLE color: 6227213.

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

Color convert

RGB13595-
CMYK0.860.9500.63
HSL245.33º90%19.61%-
HSV(B)245.33º94.74%37.25%-
XYZ2.291.0210.9-
YUV17.65171.65124.68-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 11.50%
GREEN value IS 5 (2.34% from 255) = 4.42%
BLUE value IS 95 (37.5% from 255) = 84.07%
R=11.50%
G=4.42%
B=84.07%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal135950.860.9500.63245.339019.61
HexD55F565F03Ff55a14
Octal15513712613707736513224
Binary1101101101111110101101011111011111111110101101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D055F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0D055F; }

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

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

<style>
 a { background-color: #0D055F; }

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

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

<style>
 span { border-color: #0D055F; }

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

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