#1F2084

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

Shades of Midnight Blue #1F2084

Tints of Midnight Blue #1F2084

Color information

#1F2084 (or 0x1F2084) is unknown color: approx Midnight Blue. HEX triplet: 1F, 20 and 84. RGB value is (31,32,132). Sum of RGB (Red+Green+Blue) = 31+32+132=195 (25% of max value = 765). Red value is 31 (12.5% from 255 or 15.90% from 195); Green value is 32 (12.89% from 255 or 16.41% from 195); Blue value is 132 (51.95% from 255 or 67.69% from 195); Max value from RGB is 132 - color contains mainly: blue. Hex color #1F2084 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1F2084 is #E0DF7B. Grayscale: #2A2A2A. Windows color (decimal): -14737276 or 8658975. OLE color: 8658975.

HSL color Cylindrical-coordinate representation of color #1F2084: hue angle of 239.41º degrees, saturation: 0.62, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1F2084 is Cyan = 0.77, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB3132132-
CMYK0.770.7600.48
HSL239.41º61.96%31.96%-
HSV(B)239.41º76.52%51.76%-
XYZ5.252.9922.13-
YUV43.1178.17119.37-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 15.90%
GREEN value IS 32 (12.89% from 255) = 16.41%
BLUE value IS 132 (51.95% from 255) = 67.69%
R=15.90%
G=16.41%
B=67.69%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal31321320.770.7600.48239.4161.9631.96
Hex1F20844D4C030ef3e20
Octal37402041151140603577640
Binary111111000001000010010011011001100011000011101111111110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F2084

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,32,132); }

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

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

 a { background-color: rgb(31,32,132); }

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

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

 span { border-color: rgb(31,32,132); }

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