#19125B

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

Shades of Midnight Blue #19125B

Tints of Midnight Blue #19125B

Color information

#19125B (or 0x19125B) is unknown color: approx Midnight Blue. HEX triplet: 19, 12 and 5B. RGB value is (25,18,91). Sum of RGB (Red+Green+Blue) = 25+18+91=134 (17% of max value = 765). Red value is 25 (10.16% from 255 or 18.66% from 134); Green value is 18 (7.42% from 255 or 13.43% from 134); Blue value is 91 (35.94% from 255 or 67.91% from 134); Max value from RGB is 91 - color contains mainly: blue. Hex color #19125B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #19125B is #E6EDA4. Grayscale: #1C1C1C. Windows color (decimal): -15134117 or 5968409. OLE color: 5968409.

HSL color Cylindrical-coordinate representation of color #19125B: hue angle of 245.75º degrees, saturation: 0.67, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #19125B is Cyan = 0.73, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB251891-
CMYK0.730.8000.64
HSL245.75º66.97%21.37%-
HSV(B)245.75º80.22%35.69%-
XYZ2.511.3910.03-
YUV28.42163.32125.56-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 18.66%
GREEN value IS 18 (7.42% from 255) = 13.43%
BLUE value IS 91 (35.94% from 255) = 67.91%
R=18.66%
G=13.43%
B=67.91%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal2518910.730.8000.64245.7566.9721.37
Hex19125B4950040f64315
Octal3122133111120010036610325
Binary11001100101011011100100110100000100000011110110100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19125B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #19125B; }

 p { color: rgb(25,18,91); }

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

<style>
 a { background-color: #19125B; }

 a { background-color: rgb(25,18,91); }

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

<style>
 span { border-color: #19125B; }

 span { border-color: rgb(25,18,91); }

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