#1F2181

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

Shades of Midnight Blue #1F2181

Tints of Midnight Blue #1F2181

Color information

#1F2181 (or 0x1F2181) is unknown color: approx Midnight Blue. HEX triplet: 1F, 21 and 81. RGB value is (31,33,129). Sum of RGB (Red+Green+Blue) = 31+33+129=193 (25% of max value = 765). Red value is 31 (12.5% from 255 or 16.06% from 193); Green value is 33 (13.28% from 255 or 17.10% from 193); Blue value is 129 (50.78% from 255 or 66.84% from 193); Max value from RGB is 129 - color contains mainly: blue. Hex color #1F2181 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1F2181 is #E0DE7E. Grayscale: #2A2A2A. Windows color (decimal): -14737023 or 8462623. OLE color: 8462623.

HSL color Cylindrical-coordinate representation of color #1F2181: hue angle of 238.78º degrees, saturation: 0.61, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1F2181 is Cyan = 0.76, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB3133129-
CMYK0.760.7400.49
HSL238.78º61.25%31.37%-
HSV(B)238.78º75.97%50.59%-
XYZ5.072.9621.07-
YUV43.35176.34119.19-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 16.06%
GREEN value IS 33 (13.28% from 255) = 17.10%
BLUE value IS 129 (50.78% from 255) = 66.84%
R=16.06%
G=17.10%
B=66.84%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal31331290.760.7400.49238.7861.2531.37
Hex1F21814C4A031ef3d1f
Octal37412011141120613577537
Binary11111100001100000011001100100101001100011110111111110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F2181

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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