#0d076e

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

Shades of Midnight Blue #0D076E

Tints of Midnight Blue #0D076E

Color information

#0D076E (or 0x0D076E) is unknown color: approx Midnight Blue. HEX triplet: 0D, 07 and 6E. RGB value is (13,7,110). Sum of RGB (Red+Green+Blue) = 13+7+110=130 (17% of max value = 765). Red value is 13 (5.47% from 255 or 10% from 130); Green value is 7 (3.12% from 255 or 5.38% from 130); Blue value is 110 (43.36% from 255 or 84.62% from 130); Max value from RGB is 110 - color contains mainly: blue. Hex color #0D076E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0D076E is #F2F891. Grayscale: #141414. Windows color (decimal): -15923346 or 7210765. OLE color: 7210765.

HSL color Cylindrical-coordinate representation of color #0D076E: hue angle of 243.5º degrees, saturation: 0.88, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0D076E is Cyan = 0.88, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB137110-
CMYK0.880.9400.57
HSL243.5º88.03%22.94%-
HSV(B)243.5º93.64%43.14%-
XYZ3.061.3614.85-
YUV20.54178.49122.62-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 10%
GREEN value IS 7 (3.12% from 255) = 5.38%
BLUE value IS 110 (43.36% from 255) = 84.62%
R=10%
G=5.38%
B=84.62%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal1371100.880.9400.57243.588.0322.94
HexD76E585E039f35817
Octal15715613013607136313027
Binary1101111110111010110001011110011100111110011101100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0d076e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,7,110); }

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

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

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

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

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

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

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