#1F215F

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

Shades of Midnight Blue #1F215F

Tints of Midnight Blue #1F215F

Color information

#1F215F (or 0x1F215F) is unknown color: approx Midnight Blue. HEX triplet: 1F, 21 and 5F. RGB value is (31,33,95). Sum of RGB (Red+Green+Blue) = 31+33+95=159 (21% of max value = 765). Red value is 31 (12.5% from 255 or 19.50% from 159); Green value is 33 (13.28% from 255 or 20.75% from 159); Blue value is 95 (37.5% from 255 or 59.75% from 159); Max value from RGB is 95 - color contains mainly: blue. Hex color #1F215F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F215F is #E0DEA0. Grayscale: #272727. Windows color (decimal): -14737057 or 6234399. OLE color: 6234399.

HSL color Cylindrical-coordinate representation of color #1F215F: hue angle of 238.12º degrees, saturation: 0.51, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #1F215F is Cyan = 0.67, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB313395-
CMYK0.670.6500.63
HSL238.12º50.79%24.71%-
HSV(B)238.12º67.37%37.25%-
XYZ3.172.2111.08-
YUV39.47159.34121.96-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 19.50%
GREEN value IS 33 (13.28% from 255) = 20.75%
BLUE value IS 95 (37.5% from 255) = 59.75%
R=19.50%
G=20.75%
B=59.75%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal3133950.670.6500.63238.1250.7924.71
Hex1F215F434103Fee3319
Octal37411371031010773566331
Binary1111110000110111111000011100000101111111110111011001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F215F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,33,95); }

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

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

 a { background-color: rgb(31,33,95); }

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

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

 span { border-color: rgb(31,33,95); }

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