#130E70

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

Shades of Midnight Blue #130E70

Tints of Midnight Blue #130E70

Color information

#130E70 (or 0x130E70) is unknown color: approx Midnight Blue. HEX triplet: 13, 0E and 70. RGB value is (19,14,112). Sum of RGB (Red+Green+Blue) = 19+14+112=145 (19% of max value = 765). Red value is 19 (7.81% from 255 or 13.10% from 145); Green value is 14 (5.86% from 255 or 9.66% from 145); Blue value is 112 (44.14% from 255 or 77.24% from 145); Max value from RGB is 112 - color contains mainly: blue. Hex color #130E70 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #130E70 is #ECF18F. Grayscale: #1A1A1A. Windows color (decimal): -15528336 or 7343635. OLE color: 7343635.

HSL color Cylindrical-coordinate representation of color #130E70: hue angle of 243.06º degrees, saturation: 0.78, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #130E70 is Cyan = 0.83, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB1914112-
CMYK0.830.8800.56
HSL243.06º77.78%24.71%-
HSV(B)243.06º87.5%43.92%-
XYZ3.351.6215.47-
YUV26.67176.16122.53-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 13.10%
GREEN value IS 14 (5.86% from 255) = 9.66%
BLUE value IS 112 (44.14% from 255) = 77.24%
R=13.10%
G=9.66%
B=77.24%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal19141120.830.8800.56243.0677.7824.71
Hex13E705358038f34e19
Octal231616012313007036311631
Binary100111110111000010100111011000011100011110011100111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #130E70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #130E70; }

 p { color: rgb(19,14,112); }

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

<style>
 a { background-color: #130E70; }

 a { background-color: rgb(19,14,112); }

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

<style>
 span { border-color: #130E70; }

 span { border-color: rgb(19,14,112); }

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