#19016B

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

Shades of Midnight Blue #19016B

Tints of Midnight Blue #19016B

Color information

#19016B (or 0x19016B) is unknown color: approx Midnight Blue. HEX triplet: 19, 01 and 6B. RGB value is (25,1,107). Sum of RGB (Red+Green+Blue) = 25+1+107=133 (17% of max value = 765). Red value is 25 (10.16% from 255 or 18.80% from 133); Green value is 1 (0.78% from 255 or 0.75% from 133); Blue value is 107 (42.19% from 255 or 80.45% from 133); Max value from RGB is 107 - color contains mainly: blue. Hex color #19016B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #19016B is #E6FE94. Grayscale: #131313. Windows color (decimal): -15138453 or 7012633. OLE color: 7012633.

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

Color convert

RGB251107-
CMYK0.770.9900.58
HSL253.58º98.15%21.18%-
HSV(B)253.58º99.07%41.96%-
XYZ3.071.2914-
YUV20.26176.95131.38-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 18.80%
GREEN value IS 1 (0.78% from 255) = 0.75%
BLUE value IS 107 (42.19% from 255) = 80.45%
R=18.80%
G=0.75%
B=80.45%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal2511070.770.9900.58253.5898.1521.18
Hex1916B4D6303Afe6215
Octal31115311514307237614225
Binary110011110101110011011100011011101011111110110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19016B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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