#19196E

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

Shades of Midnight Blue #19196E

Tints of Midnight Blue #19196E

Color information

#19196E (or 0x19196E) is unknown color: approx Midnight Blue. HEX triplet: 19, 19 and 6E. RGB value is (25,25,110). Sum of RGB (Red+Green+Blue) = 25+25+110=160 (21% of max value = 765). Red value is 25 (10.16% from 255 or 15.62% from 160); Green value is 25 (10.16% from 255 or 15.62% from 160); Blue value is 110 (43.36% from 255 or 68.75% from 160); Max value from RGB is 110 - color contains mainly: blue. Hex color #19196E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #19196E is #E6E691. Grayscale: #222222. Windows color (decimal): -15132306 or 7215385. OLE color: 7215385.

HSL color Cylindrical-coordinate representation of color #19196E: hue angle of 240º degrees, saturation: 0.63, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #19196E is Cyan = 0.77, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB2525110-
CMYK0.770.7700.57
HSL240º62.96%26.47%-
HSV(B)240º77.27%43.14%-
XYZ3.562.0314.96-
YUV34.69170.5121.09-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 15.62%
GREEN value IS 25 (10.16% from 255) = 15.62%
BLUE value IS 110 (43.36% from 255) = 68.75%
R=15.62%
G=15.62%
B=68.75%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal25251100.770.7700.5724062.9626.47
Hex19196E4D4D039f03f1a
Octal31311561151150713607732
Binary110011100111011101001101100110101110011111000011111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19196E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #19196E; }

 p { color: rgb(25,25,110); }

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

<style>
 a { background-color: #19196E; }

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

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

<style>
 span { border-color: #19196E; }

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

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