#19126E

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

Shades of Midnight Blue #19126E

Tints of Midnight Blue #19126E

Color information

#19126E (or 0x19126E) is unknown color: approx Midnight Blue. HEX triplet: 19, 12 and 6E. RGB value is (25,18,110). Sum of RGB (Red+Green+Blue) = 25+18+110=153 (20% of max value = 765). Red value is 25 (10.16% from 255 or 16.34% from 153); Green value is 18 (7.42% from 255 or 11.76% from 153); Blue value is 110 (43.36% from 255 or 71.90% from 153); Max value from RGB is 110 - color contains mainly: blue. Hex color #19126E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #19126E is #E6ED91. Grayscale: #1E1E1E. Windows color (decimal): -15134098 or 7213593. OLE color: 7213593.

HSL color Cylindrical-coordinate representation of color #19126E: hue angle of 244.57º degrees, saturation: 0.72, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #19126E is Cyan = 0.77, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB2518110-
CMYK0.770.8400.57
HSL244.57º71.88%25.1%-
HSV(B)244.57º83.64%43.14%-
XYZ3.431.7714.91-
YUV30.58172.82124.02-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 16.34%
GREEN value IS 18 (7.42% from 255) = 11.76%
BLUE value IS 110 (43.36% from 255) = 71.90%
R=16.34%
G=11.76%
B=71.90%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal25181100.770.8400.57244.5771.8825.1
Hex19126E4D54039f54819
Octal312215611512407136511031
Binary1100110010110111010011011010100011100111110101100100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19126E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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