#0D127B

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

Shades of Midnight Blue #0D127B

Tints of Midnight Blue #0D127B

Color information

#0D127B (or 0x0D127B) is unknown color: approx Midnight Blue. HEX triplet: 0D, 12 and 7B. RGB value is (13,18,123). Sum of RGB (Red+Green+Blue) = 13+18+123=154 (20% of max value = 765). Red value is 13 (5.47% from 255 or 8.44% from 154); Green value is 18 (7.42% from 255 or 11.69% from 154); Blue value is 123 (48.44% from 255 or 79.87% from 154); Max value from RGB is 123 - color contains mainly: blue. Hex color #0D127B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0D127B is #F2ED84. Grayscale: #1C1C1C. Windows color (decimal): -15920517 or 8065549. OLE color: 8065549.

HSL color Cylindrical-coordinate representation of color #0D127B: hue angle of 237.27º degrees, saturation: 0.81, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0D127B is Cyan = 0.89, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB1318123-
CMYK0.890.8500.52
HSL237.27º80.88%26.67%-
HSV(B)237.27º89.43%48.24%-
XYZ3.961.9518.91-
YUV28.48181.34116.96-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 8.44%
GREEN value IS 18 (7.42% from 255) = 11.69%
BLUE value IS 123 (48.44% from 255) = 79.87%
R=8.44%
G=11.69%
B=79.87%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal13181230.890.8500.52237.2780.8826.67
HexD127B5955034ed511b
Octal152217313112506435512133
Binary110110010111101110110011010101011010011101101101000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D127B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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