#19135B

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

Shades of Midnight Blue #19135B

Tints of Midnight Blue #19135B

Color information

#19135B (or 0x19135B) is unknown color: approx Midnight Blue. HEX triplet: 19, 13 and 5B. RGB value is (25,19,91). Sum of RGB (Red+Green+Blue) = 25+19+91=135 (17% of max value = 765). Red value is 25 (10.16% from 255 or 18.52% from 135); Green value is 19 (7.81% from 255 or 14.07% from 135); Blue value is 91 (35.94% from 255 or 67.41% from 135); Max value from RGB is 91 - color contains mainly: blue. Hex color #19135B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #19135B is #E6ECA4. Grayscale: #1C1C1C. Windows color (decimal): -15133861 or 5968665. OLE color: 5968665.

HSL color Cylindrical-coordinate representation of color #19135B: hue angle of 245º degrees, saturation: 0.65, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #19135B is Cyan = 0.73, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB251991-
CMYK0.730.7900.64
HSL245º65.45%21.57%-
HSV(B)245º79.12%35.69%-
XYZ2.521.4310.04-
YUV29162.99125.15-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 18.52%
GREEN value IS 19 (7.81% from 255) = 14.07%
BLUE value IS 91 (35.94% from 255) = 67.41%
R=18.52%
G=14.07%
B=67.41%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal2519910.730.7900.6424565.4521.57
Hex19135B494F040f54116
Octal3123133111117010036510126
Binary11001100111011011100100110011110100000011110101100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19135B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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