#0D0DAE

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

Shades of New Midnight Blue #0D0DAE

Tints of New Midnight Blue #0D0DAE

Color information

#0D0DAE (or 0x0D0DAE) is unknown color: approx New Midnight Blue. HEX triplet: 0D, 0D and AE. RGB value is (13,13,174). Sum of RGB (Red+Green+Blue) = 13+13+174=200 (26% of max value = 765). Red value is 13 (5.47% from 255 or 6.5% from 200); Green value is 13 (5.47% from 255 or 6.5% from 200); Blue value is 174 (68.36% from 255 or 87% from 200); Max value from RGB is 174 - color contains mainly: blue. Hex color #0D0DAE is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0D0DAE is #F2F251. Grayscale: #1E1E1E. Windows color (decimal): -15921746 or 11406605. OLE color: 11406605.

HSL color Cylindrical-coordinate representation of color #0D0DAE: hue angle of 240º degrees, saturation: 0.86, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0D0DAE is Cyan = 0.93, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB1313174-
CMYK0.930.9300.32
HSL240º86.1%36.67%-
HSV(B)240º92.53%68.24%-
XYZ7.953.4340.29-
YUV31.35208.5114.91-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 6.5%
GREEN value IS 13 (5.47% from 255) = 6.5%
BLUE value IS 174 (68.36% from 255) = 87%
R=6.5%
G=6.5%
B=87%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal13131740.930.9300.3224086.136.67
HexDDAE5D5D020f05625
Octal151525613513504036012645
Binary1101110110101110101110110111010100000111100001010110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D0DAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,13,174); }

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

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

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

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

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

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

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