#19237F

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

Shades of Midnight Blue #19237F

Tints of Midnight Blue #19237F

Color information

#19237F (or 0x19237F) is unknown color: approx Midnight Blue. HEX triplet: 19, 23 and 7F. RGB value is (25,35,127). Sum of RGB (Red+Green+Blue) = 25+35+127=187 (24% of max value = 765). Red value is 25 (10.16% from 255 or 13.37% from 187); Green value is 35 (14.06% from 255 or 18.72% from 187); Blue value is 127 (50% from 255 or 67.91% from 187); Max value from RGB is 127 - color contains mainly: blue. Hex color #19237F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #19237F is #E6DC80. Grayscale: #2A2A2A. Windows color (decimal): -15129729 or 8332057. OLE color: 8332057.

HSL color Cylindrical-coordinate representation of color #19237F: hue angle of 234.12º 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 #19237F is Cyan = 0.80, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB2535127-
CMYK0.800.7200.50
HSL234.12º67.11%29.8%-
HSV(B)234.12º80.31%49.8%-
XYZ4.832.9420.39-
YUV42.5175.69115.52-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 13.37%
GREEN value IS 35 (14.06% from 255) = 18.72%
BLUE value IS 127 (50% from 255) = 67.91%
R=13.37%
G=18.72%
B=67.91%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal25351270.800.7200.50234.1267.1129.8
Hex19237F5048032ea431e
Octal314317712011006235210336
Binary11001100011111111110100001001000011001011101010100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19237F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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