#19145C

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

Shades of Midnight Blue #19145C

Tints of Midnight Blue #19145C

Color information

#19145C (or 0x19145C) is unknown color: approx Midnight Blue. HEX triplet: 19, 14 and 5C. RGB value is (25,20,92). Sum of RGB (Red+Green+Blue) = 25+20+92=137 (18% of max value = 765). Red value is 25 (10.16% from 255 or 18.25% from 137); Green value is 20 (8.20% from 255 or 14.60% from 137); Blue value is 92 (36.33% from 255 or 67.15% from 137); Max value from RGB is 92 - color contains mainly: blue. Hex color #19145C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #19145C is #E6EBA3. Grayscale: #1D1D1D. Windows color (decimal): -15133604 or 6034457. OLE color: 6034457.

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

Color convert

RGB252092-
CMYK0.730.7800.64
HSL244.17º64.29%21.96%-
HSV(B)244.17º78.26%36.08%-
XYZ2.581.4810.27-
YUV29.7163.16124.65-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 18.25%
GREEN value IS 20 (8.20% from 255) = 14.60%
BLUE value IS 92 (36.33% from 255) = 67.15%
R=18.25%
G=14.60%
B=67.15%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal2520920.730.7800.64244.1764.2921.96
Hex19145C494E040f44016
Octal3124134111116010036410026
Binary11001101001011100100100110011100100000011110100100000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19145C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #19145C; }

 p { color: rgb(25,20,92); }

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

<style>
 a { background-color: #19145C; }

 a { background-color: rgb(25,20,92); }

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

<style>
 span { border-color: #19145C; }

 span { border-color: rgb(25,20,92); }

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