#19217F

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

Shades of Midnight Blue #19217F

Tints of Midnight Blue #19217F

Color information

#19217F (or 0x19217F) is unknown color: approx Midnight Blue. HEX triplet: 19, 21 and 7F. RGB value is (25,33,127). Sum of RGB (Red+Green+Blue) = 25+33+127=185 (24% of max value = 765). Red value is 25 (10.16% from 255 or 13.51% from 185); Green value is 33 (13.28% from 255 or 17.84% from 185); Blue value is 127 (50% from 255 or 68.65% from 185); Max value from RGB is 127 - color contains mainly: blue. Hex color #19217F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #19217F is #E6DE80. Grayscale: #282828. Windows color (decimal): -15130241 or 8331545. OLE color: 8331545.

HSL color Cylindrical-coordinate representation of color #19217F: hue angle of 235.29º degrees, saturation: 0.67, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #19217F is Cyan = 0.80, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB2533127-
CMYK0.800.7400.50
HSL235.29º67.11%29.8%-
HSV(B)235.29º80.31%49.8%-
XYZ4.782.8320.37-
YUV41.32176.35116.36-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 13.51%
GREEN value IS 33 (13.28% from 255) = 17.84%
BLUE value IS 127 (50% from 255) = 68.65%
R=13.51%
G=17.84%
B=68.65%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal25331270.800.7400.50235.2967.1129.8
Hex19217F504A032eb431e
Octal314117712011206235310336
Binary11001100001111111110100001001010011001011101011100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19217F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #19217F; }

 p { color: rgb(25,33,127); }

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

<style>
 a { background-color: #19217F; }

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

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

<style>
 span { border-color: #19217F; }

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

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