#1F2472

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

Shades of Midnight Blue #1F2472

Tints of Midnight Blue #1F2472

Color information

#1F2472 (or 0x1F2472) is unknown color: approx Midnight Blue. HEX triplet: 1F, 24 and 72. RGB value is (31,36,114). Sum of RGB (Red+Green+Blue) = 31+36+114=181 (23% of max value = 765). Red value is 31 (12.5% from 255 or 17.13% from 181); Green value is 36 (14.45% from 255 or 19.89% from 181); Blue value is 114 (44.92% from 255 or 62.98% from 181); Max value from RGB is 114 - color contains mainly: blue. Hex color #1F2472 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F2472 is #E0DB8D. Grayscale: #2B2B2B. Windows color (decimal): -14736270 or 7480351. OLE color: 7480351.

HSL color Cylindrical-coordinate representation of color #1F2472: hue angle of 236.39º degrees, saturation: 0.57, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #1F2472 is Cyan = 0.73, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB3136114-
CMYK0.730.6800.55
HSL236.39º57.24%28.43%-
HSV(B)236.39º72.81%44.71%-
XYZ4.232.7716.23-
YUV43.4167.84119.16-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 17.13%
GREEN value IS 36 (14.45% from 255) = 19.89%
BLUE value IS 114 (44.92% from 255) = 62.98%
R=17.13%
G=19.89%
B=62.98%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal31361140.730.6800.55236.3957.2428.43
Hex1F24724944037ec391c
Octal37441621111040673547134
Binary1111110010011100101001001100010001101111110110011100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F2472

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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