#13125E

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

Shades of Midnight Blue #13125E

Tints of Midnight Blue #13125E

Color information

#13125E (or 0x13125E) is unknown color: approx Midnight Blue. HEX triplet: 13, 12 and 5E. RGB value is (19,18,94). Sum of RGB (Red+Green+Blue) = 19+18+94=131 (17% of max value = 765). Red value is 19 (7.81% from 255 or 14.50% from 131); Green value is 18 (7.42% from 255 or 13.74% from 131); Blue value is 94 (37.11% from 255 or 71.76% from 131); Max value from RGB is 94 - color contains mainly: blue. Hex color #13125E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #13125E is #ECEDA1. Grayscale: #1A1A1A. Windows color (decimal): -15527330 or 6165011. OLE color: 6165011.

HSL color Cylindrical-coordinate representation of color #13125E: hue angle of 240.79º degrees, saturation: 0.68, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #13125E is Cyan = 0.80, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB191894-
CMYK0.800.8100.63
HSL240.79º67.86%21.96%-
HSV(B)240.79º80.85%36.86%-
XYZ2.511.3810.72-
YUV26.96165.83122.32-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 14.50%
GREEN value IS 18 (7.42% from 255) = 13.74%
BLUE value IS 94 (37.11% from 255) = 71.76%
R=14.50%
G=13.74%
B=71.76%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal1918940.800.8100.63240.7967.8621.96
Hex13125E505103Ff14416
Octal232213612012107736110426
Binary1001110010101111010100001010001011111111110001100010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13125E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #13125E; }

 p { color: rgb(19,18,94); }

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

<style>
 a { background-color: #13125E; }

 a { background-color: rgb(19,18,94); }

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

<style>
 span { border-color: #13125E; }

 span { border-color: rgb(19,18,94); }

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