#19145F

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

Shades of Midnight Blue #19145F

Tints of Midnight Blue #19145F

Color information

#19145F (or 0x19145F) is unknown color: approx Midnight Blue. HEX triplet: 19, 14 and 5F. RGB value is (25,20,95). Sum of RGB (Red+Green+Blue) = 25+20+95=140 (18% of max value = 765). Red value is 25 (10.16% from 255 or 17.86% from 140); Green value is 20 (8.20% from 255 or 14.29% from 140); Blue value is 95 (37.5% from 255 or 67.86% from 140); Max value from RGB is 95 - color contains mainly: blue. Hex color #19145F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #19145F is #E6EBA0. Grayscale: #1D1D1D. Windows color (decimal): -15133601 or 6231065. OLE color: 6231065.

HSL color Cylindrical-coordinate representation of color #19145F: hue angle of 244º degrees, saturation: 0.65, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #19145F is Cyan = 0.74, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB252095-
CMYK0.740.7900.63
HSL244º65.22%22.55%-
HSV(B)244º78.95%37.25%-
XYZ2.721.5310.98-
YUV30.04164.66124.4-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 17.86%
GREEN value IS 20 (8.20% from 255) = 14.29%
BLUE value IS 95 (37.5% from 255) = 67.86%
R=17.86%
G=14.29%
B=67.86%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal2520950.740.7900.6324465.2222.55
Hex19145F4A4F03Ff44117
Octal312413711211707736410127
Binary1100110100101111110010101001111011111111110100100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19145F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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