#0D005B

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

Shades of Midnight Blue #0D005B

Tints of Midnight Blue #0D005B

Color information

#0D005B (or 0x0D005B) is unknown color: approx Midnight Blue. HEX triplet: 0D, 00 and 5B. RGB value is (13,0,91). Sum of RGB (Red+Green+Blue) = 13+0+91=104 (13% of max value = 765). Red value is 13 (5.47% from 255 or 12.5% from 104); Green value is 0 (0.39% from 255 or 0% from 104); Blue value is 91 (35.94% from 255 or 87.5% from 104); Max value from RGB is 91 - color contains mainly: blue. Hex color #0D005B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0D005B is #F2FFA4. Grayscale: #0D0D0D. Windows color (decimal): -15925157 or 5963789. OLE color: 5963789.

HSL color Cylindrical-coordinate representation of color #0D005B: hue angle of 248.57º degrees, saturation: 1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0D005B is Cyan = 0.86, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB13091-
CMYK0.86100.64
HSL248.57º100%17.84%-
HSV(B)248.57º100%35.69%-
XYZ2.050.849.95-
YUV14.26171.31127.1-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 12.5%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 91 (35.94% from 255) = 87.5%
R=12.5%
G=0%
B=87.5%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal130910.86100.64248.5710017.84
HexD05B5664040f96412
Octal150133126144010037114422
Binary110101011011101011011001000100000011111001110010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D005B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,0,91); }

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

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

 a { background-color: rgb(13,0,91); }

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

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

 span { border-color: rgb(13,0,91); }

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