#0d1361

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

Shades of Midnight Blue #0D1361

Tints of Midnight Blue #0D1361

Color information

#0D1361 (or 0x0D1361) is unknown color: approx Midnight Blue. HEX triplet: 0D, 13 and 61. RGB value is (13,19,97). Sum of RGB (Red+Green+Blue) = 13+19+97=129 (17% of max value = 765). Red value is 13 (5.47% from 255 or 10.08% from 129); Green value is 19 (7.81% from 255 or 14.73% from 129); Blue value is 97 (38.28% from 255 or 75.19% from 129); Max value from RGB is 97 - color contains mainly: blue. Hex color #0D1361 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0D1361 is #F2EC9E. Grayscale: #191919. Windows color (decimal): -15920287 or 6361869. OLE color: 6361869.

HSL color Cylindrical-coordinate representation of color #0D1361: hue angle of 235.71º degrees, saturation: 0.76, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0D1361 is Cyan = 0.87, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB131997-
CMYK0.870.8000.62
HSL235.71º76.36%21.57%-
HSV(B)235.71º86.6%38.04%-
XYZ2.561.4111.45-
YUV26.1168.01118.66-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 10.08%
GREEN value IS 19 (7.81% from 255) = 14.73%
BLUE value IS 97 (38.28% from 255) = 75.19%
R=10.08%
G=14.73%
B=75.19%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1319970.870.8000.62235.7176.3621.57
HexD1361575003Eec4c16
Octal152314112712007635411426
Binary110110011110000110101111010000011111011101100100110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0d1361

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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