#1F2484

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

Shades of Midnight Blue #1F2484

Tints of Midnight Blue #1F2484

Color information

#1F2484 (or 0x1F2484) is unknown color: approx Midnight Blue. HEX triplet: 1F, 24 and 84. RGB value is (31,36,132). Sum of RGB (Red+Green+Blue) = 31+36+132=199 (26% of max value = 765). Red value is 31 (12.5% from 255 or 15.58% from 199); Green value is 36 (14.45% from 255 or 18.09% from 199); Blue value is 132 (51.95% from 255 or 66.33% from 199); Max value from RGB is 132 - color contains mainly: blue. Hex color #1F2484 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1F2484 is #E0DB7B. Grayscale: #2D2D2D. Windows color (decimal): -14736252 or 8659999. OLE color: 8659999.

HSL color Cylindrical-coordinate representation of color #1F2484: hue angle of 237.03º 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 #1F2484 is Cyan = 0.77, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB3136132-
CMYK0.770.7300.48
HSL237.03º61.96%31.96%-
HSV(B)237.03º76.52%51.76%-
XYZ5.363.2222.17-
YUV45.45176.84117.69-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 15.58%
GREEN value IS 36 (14.45% from 255) = 18.09%
BLUE value IS 132 (51.95% from 255) = 66.33%
R=15.58%
G=18.09%
B=66.33%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal31361320.770.7300.48237.0361.9631.96
Hex1F24844D49030ed3e20
Octal37442041151110603557640
Binary111111001001000010010011011001001011000011101101111110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F2484

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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