#0D0CA0

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

Shades of New Midnight Blue #0D0CA0

Tints of New Midnight Blue #0D0CA0

Color information

#0D0CA0 (or 0x0D0CA0) is unknown color: approx New Midnight Blue. HEX triplet: 0D, 0C and A0. RGB value is (13,12,160). Sum of RGB (Red+Green+Blue) = 13+12+160=185 (24% of max value = 765). Red value is 13 (5.47% from 255 or 7.03% from 185); Green value is 12 (5.08% from 255 or 6.49% from 185); Blue value is 160 (62.89% from 255 or 86.49% from 185); Max value from RGB is 160 - color contains mainly: blue. Hex color #0D0CA0 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0D0CA0 is #F2F35F. Grayscale: #1C1C1C. Windows color (decimal): -15922016 or 10488845. OLE color: 10488845.

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

Color convert

RGB1312160-
CMYK0.920.9300.37
HSL240.41º86.05%33.73%-
HSV(B)240.41º92.5%62.75%-
XYZ6.642.8933.46-
YUV29.17201.83116.47-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 7.03%
GREEN value IS 12 (5.08% from 255) = 6.49%
BLUE value IS 160 (62.89% from 255) = 86.49%
R=7.03%
G=6.49%
B=86.49%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal13121600.920.9300.37240.4186.0533.73
HexDCA05C5D025f05622
Octal151424013413504536012642
Binary1101110010100000101110010111010100101111100001010110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D0CA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,12,160); }

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

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

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

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

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

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

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