#0d136e

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

Shades of Midnight Blue #0D136E

Tints of Midnight Blue #0D136E

Color information

#0D136E (or 0x0D136E) is unknown color: approx Midnight Blue. HEX triplet: 0D, 13 and 6E. RGB value is (13,19,110). Sum of RGB (Red+Green+Blue) = 13+19+110=142 (18% of max value = 765). Red value is 13 (5.47% from 255 or 9.15% from 142); Green value is 19 (7.81% from 255 or 13.38% from 142); Blue value is 110 (43.36% from 255 or 77.46% from 142); Max value from RGB is 110 - color contains mainly: blue. Hex color #0D136E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0D136E is #F2EC91. Grayscale: #1B1B1B. Windows color (decimal): -15920274 or 7213837. OLE color: 7213837.

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

Color convert

RGB1319110-
CMYK0.880.8300.57
HSL236.29º78.86%24.12%-
HSV(B)236.29º88.18%43.14%-
XYZ3.211.6814.91-
YUV27.58174.51117.6-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 9.15%
GREEN value IS 19 (7.81% from 255) = 13.38%
BLUE value IS 110 (43.36% from 255) = 77.46%
R=9.15%
G=13.38%
B=77.46%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal13191100.880.8300.57236.2978.8624.12
HexD136E5853039ec4f18
Octal152315613012307135411730
Binary110110011110111010110001010011011100111101100100111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0d136e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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