#1F156D

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

Shades of Midnight Blue #1F156D

Tints of Midnight Blue #1F156D

Color information

#1F156D (or 0x1F156D) is unknown color: approx Midnight Blue. HEX triplet: 1F, 15 and 6D. RGB value is (31,21,109). Sum of RGB (Red+Green+Blue) = 31+21+109=161 (21% of max value = 765). Red value is 31 (12.5% from 255 or 19.25% from 161); Green value is 21 (8.59% from 255 or 13.04% from 161); Blue value is 109 (42.97% from 255 or 67.70% from 161); Max value from RGB is 109 - color contains mainly: blue. Hex color #1F156D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1F156D is #E0EA92. Grayscale: #212121. Windows color (decimal): -14740115 or 7148831. OLE color: 7148831.

HSL color Cylindrical-coordinate representation of color #1F156D: hue angle of 246.82º degrees, saturation: 0.68, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1F156D is Cyan = 0.72, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB3121109-
CMYK0.720.8100.57
HSL246.82º67.69%25.49%-
HSV(B)246.82º80.73%42.75%-
XYZ3.591.9314.65-
YUV34.02170.31125.84-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 19.25%
GREEN value IS 21 (8.59% from 255) = 13.04%
BLUE value IS 109 (42.97% from 255) = 67.70%
R=19.25%
G=13.04%
B=67.70%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal31211090.720.8100.57246.8267.6925.49
Hex1F156D4851039f74419
Octal372515511012107136710431
Binary1111110101110110110010001010001011100111110111100010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F156D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1F156D; }

 p { color: rgb(31,21,109); }

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

<style>
 a { background-color: #1F156D; }

 a { background-color: rgb(31,21,109); }

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

<style>
 span { border-color: #1F156D; }

 span { border-color: rgb(31,21,109); }

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