#19196B

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

Shades of Midnight Blue #19196B

Tints of Midnight Blue #19196B

Color information

#19196B (or 0x19196B) is unknown color: approx Midnight Blue. HEX triplet: 19, 19 and 6B. RGB value is (25,25,107). Sum of RGB (Red+Green+Blue) = 25+25+107=157 (20% of max value = 765). Red value is 25 (10.16% from 255 or 15.92% from 157); Green value is 25 (10.16% from 255 or 15.92% from 157); Blue value is 107 (42.19% from 255 or 68.15% from 157); Max value from RGB is 107 - color contains mainly: blue. Hex color #19196B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #19196B is #E6E694. Grayscale: #222222. Windows color (decimal): -15132309 or 7018777. OLE color: 7018777.

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

Color convert

RGB2525107-
CMYK0.770.7700.58
HSL240º62.12%25.88%-
HSV(B)240º76.64%41.96%-
XYZ3.41.9614.11-
YUV34.35169121.33-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 15.92%
GREEN value IS 25 (10.16% from 255) = 15.92%
BLUE value IS 107 (42.19% from 255) = 68.15%
R=15.92%
G=15.92%
B=68.15%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal25251070.770.7700.5824062.1225.88
Hex19196B4D4D03Af03e1a
Octal31311531151150723607632
Binary110011100111010111001101100110101110101111000011111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19196B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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