#19278A

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

Shades of Midnight Blue #19278A

Tints of Midnight Blue #19278A

Color information

#19278A (or 0x19278A) is unknown color: approx Midnight Blue. HEX triplet: 19, 27 and 8A. RGB value is (25,39,138). Sum of RGB (Red+Green+Blue) = 25+39+138=202 (26% of max value = 765). Red value is 25 (10.16% from 255 or 12.38% from 202); Green value is 39 (15.62% from 255 or 19.31% from 202); Blue value is 138 (54.30% from 255 or 68.32% from 202); Max value from RGB is 138 - color contains mainly: blue. Hex color #19278A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #19278A is #E6D875. Grayscale: #2D2D2D. Windows color (decimal): -15128694 or 9053977. OLE color: 9053977.

HSL color Cylindrical-coordinate representation of color #19278A: hue angle of 232.57º degrees, saturation: 0.69, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #19278A is Cyan = 0.82, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB2539138-
CMYK0.820.7200.46
HSL232.57º69.33%31.96%-
HSV(B)232.57º81.88%54.12%-
XYZ5.713.4924.42-
YUV46.1179.86112.95-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 12.38%
GREEN value IS 39 (15.62% from 255) = 19.31%
BLUE value IS 138 (54.30% from 255) = 68.32%
R=12.38%
G=19.31%
B=68.32%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal25391380.820.7200.46232.5769.3331.96
Hex19278A524802Ee94520
Octal314721212211005635110540
Binary1100110011110001010101001010010000101110111010011000101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19278A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #19278A; }

 p { color: rgb(25,39,138); }

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

<style>
 a { background-color: #19278A; }

 a { background-color: rgb(25,39,138); }

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

<style>
 span { border-color: #19278A; }

 span { border-color: rgb(25,39,138); }

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