#19145D

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

Shades of Midnight Blue #19145D

Tints of Midnight Blue #19145D

Color information

#19145D (or 0x19145D) is unknown color: approx Midnight Blue. HEX triplet: 19, 14 and 5D. RGB value is (25,20,93). Sum of RGB (Red+Green+Blue) = 25+20+93=138 (18% of max value = 765). Red value is 25 (10.16% from 255 or 18.12% from 138); Green value is 20 (8.20% from 255 or 14.49% from 138); Blue value is 93 (36.72% from 255 or 67.39% from 138); Max value from RGB is 93 - color contains mainly: blue. Hex color #19145D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #19145D is #E6EBA2. Grayscale: #1D1D1D. Windows color (decimal): -15133603 or 6099993. OLE color: 6099993.

HSL color Cylindrical-coordinate representation of color #19145D: hue angle of 244.11º degrees, saturation: 0.65, 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 #19145D is Cyan = 0.73, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB252093-
CMYK0.730.7800.64
HSL244.11º64.6%22.16%-
HSV(B)244.11º78.49%36.47%-
XYZ2.631.510.51-
YUV29.82163.66124.56-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 18.12%
GREEN value IS 20 (8.20% from 255) = 14.49%
BLUE value IS 93 (36.72% from 255) = 67.39%
R=18.12%
G=14.49%
B=67.39%

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
Decimal2520930.730.7800.64244.1164.622.16
Hex19145D494E040f44116
Octal3124135111116010036410126
Binary11001101001011101100100110011100100000011110100100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19145D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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