#19286F

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

Shades of Midnight Blue #19286F

Tints of Midnight Blue #19286F

Color information

#19286F (or 0x19286F) is unknown color: approx Midnight Blue. HEX triplet: 19, 28 and 6F. RGB value is (25,40,111). Sum of RGB (Red+Green+Blue) = 25+40+111=176 (23% of max value = 765). Red value is 25 (10.16% from 255 or 14.20% from 176); Green value is 40 (16.02% from 255 or 22.73% from 176); Blue value is 111 (43.75% from 255 or 63.07% from 176); Max value from RGB is 111 - color contains mainly: blue. Hex color #19286F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #19286F is #E6D790. Grayscale: #2B2B2B. Windows color (decimal): -15128465 or 7284761. OLE color: 7284761.

HSL color Cylindrical-coordinate representation of color #19286F: hue angle of 229.53º degrees, saturation: 0.63, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #19286F is Cyan = 0.77, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB2540111-
CMYK0.770.6400.56
HSL229.53º63.24%26.67%-
HSV(B)229.53º77.48%43.53%-
XYZ4.032.8715.38-
YUV43.61166.03114.73-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 14.20%
GREEN value IS 40 (16.02% from 255) = 22.73%
BLUE value IS 111 (43.75% from 255) = 63.07%
R=14.20%
G=22.73%
B=63.07%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal25401110.770.6400.56229.5363.2426.67
Hex19286F4D40038e63f1b
Octal31501571151000703467733
Binary1100110100011011111001101100000001110001110011011111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19286F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(25,40,111); }

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

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

 a { background-color: rgb(25,40,111); }

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

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

 span { border-color: rgb(25,40,111); }

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