#0D127D

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

Shades of Midnight Blue #0D127D

Tints of Midnight Blue #0D127D

Color information

#0D127D (or 0x0D127D) is unknown color: approx Midnight Blue. HEX triplet: 0D, 12 and 7D. RGB value is (13,18,125). Sum of RGB (Red+Green+Blue) = 13+18+125=156 (20% of max value = 765). Red value is 13 (5.47% from 255 or 8.33% from 156); Green value is 18 (7.42% from 255 or 11.54% from 156); Blue value is 125 (49.22% from 255 or 80.13% from 156); Max value from RGB is 125 - color contains mainly: blue. Hex color #0D127D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0D127D is #F2ED82. Grayscale: #1C1C1C. Windows color (decimal): -15920515 or 8196621. OLE color: 8196621.

HSL color Cylindrical-coordinate representation of color #0D127D: hue angle of 237.32º degrees, saturation: 0.81, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0D127D is Cyan = 0.90, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB1318125-
CMYK0.900.8600.51
HSL237.32º81.16%27.06%-
HSV(B)237.32º89.6%49.02%-
XYZ4.08219.57-
YUV28.7182.34116.8-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 8.33%
GREEN value IS 18 (7.42% from 255) = 11.54%
BLUE value IS 125 (49.22% from 255) = 80.13%
R=8.33%
G=11.54%
B=80.13%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal13181250.900.8600.51237.3281.1627.06
HexD127D5A56033ed511b
Octal152217513212606335512133
Binary110110010111110110110101010110011001111101101101000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D127D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,18,125); }

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

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

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

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

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

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

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