#19026B

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

Shades of Midnight Blue #19026B

Tints of Midnight Blue #19026B

Color information

#19026B (or 0x19026B) is unknown color: approx Midnight Blue. HEX triplet: 19, 02 and 6B. RGB value is (25,2,107). Sum of RGB (Red+Green+Blue) = 25+2+107=134 (17% of max value = 765). Red value is 25 (10.16% from 255 or 18.66% from 134); Green value is 2 (1.17% from 255 or 1.49% from 134); Blue value is 107 (42.19% from 255 or 79.85% from 134); Max value from RGB is 107 - color contains mainly: blue. Hex color #19026B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #19026B is #E6FD94. Grayscale: #141414. Windows color (decimal): -15138197 or 7012889. OLE color: 7012889.

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

Color convert

RGB252107-
CMYK0.770.9800.58
HSL253.14º96.33%21.37%-
HSV(B)253.14º98.13%41.96%-
XYZ3.081.3114-
YUV20.85176.62130.96-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 18.66%
GREEN value IS 2 (1.17% from 255) = 1.49%
BLUE value IS 107 (42.19% from 255) = 79.85%
R=18.66%
G=1.49%
B=79.85%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal2521070.770.9800.58253.1496.3321.37
Hex1926B4D6203Afd6015
Octal31215311514207237514025
Binary1100110110101110011011100010011101011111101110000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19026B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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