#1F2180

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

Shades of Midnight Blue #1F2180

Tints of Midnight Blue #1F2180

Color information

#1F2180 (or 0x1F2180) is unknown color: approx Midnight Blue. HEX triplet: 1F, 21 and 80. RGB value is (31,33,128). Sum of RGB (Red+Green+Blue) = 31+33+128=192 (25% of max value = 765). Red value is 31 (12.5% from 255 or 16.15% from 192); Green value is 33 (13.28% from 255 or 17.19% from 192); Blue value is 128 (50.39% from 255 or 66.67% from 192); Max value from RGB is 128 - color contains mainly: blue. Hex color #1F2180 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1F2180 is #E0DE7F. Grayscale: #2A2A2A. Windows color (decimal): -14737024 or 8397087. OLE color: 8397087.

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

Color convert

RGB3133128-
CMYK0.760.7400.50
HSL238.76º61.01%31.18%-
HSV(B)238.76º75.78%50.2%-
XYZ5.012.9420.73-
YUV43.23175.84119.28-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 16.15%
GREEN value IS 33 (13.28% from 255) = 17.19%
BLUE value IS 128 (50.39% from 255) = 66.67%
R=16.15%
G=17.19%
B=66.67%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal31331280.760.7400.50238.7661.0131.18
Hex1F21804C4A032ef3d1f
Octal37412001141120623577537
Binary11111100001100000001001100100101001100101110111111110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F2180

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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