#19207B

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

Shades of Midnight Blue #19207B

Tints of Midnight Blue #19207B

Color information

#19207B (or 0x19207B) is unknown color: approx Midnight Blue. HEX triplet: 19, 20 and 7B. RGB value is (25,32,123). Sum of RGB (Red+Green+Blue) = 25+32+123=180 (23% of max value = 765). Red value is 25 (10.16% from 255 or 13.89% from 180); Green value is 32 (12.89% from 255 or 17.78% from 180); Blue value is 123 (48.44% from 255 or 68.33% from 180); Max value from RGB is 123 - color contains mainly: blue. Hex color #19207B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #19207B is #E6DF84. Grayscale: #272727. Windows color (decimal): -15130501 or 8069145. OLE color: 8069145.

HSL color Cylindrical-coordinate representation of color #19207B: hue angle of 235.71º degrees, saturation: 0.66, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #19207B is Cyan = 0.80, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB2532123-
CMYK0.800.7400.52
HSL235.71º66.22%29.02%-
HSV(B)235.71º79.67%48.24%-
XYZ4.492.6719.02-
YUV40.28174.68117.1-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 13.89%
GREEN value IS 32 (12.89% from 255) = 17.78%
BLUE value IS 123 (48.44% from 255) = 68.33%
R=13.89%
G=17.78%
B=68.33%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal25321230.800.7400.52235.7166.2229.02
Hex19207B504A034ec421d
Octal314017312011206435410235
Binary11001100000111101110100001001010011010011101100100001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19207B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(25,32,123); }

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

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

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

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

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

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

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