#1F2576

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

Shades of Midnight Blue #1F2576

Tints of Midnight Blue #1F2576

Color information

#1F2576 (or 0x1F2576) is unknown color: approx Midnight Blue. HEX triplet: 1F, 25 and 76. RGB value is (31,37,118). Sum of RGB (Red+Green+Blue) = 31+37+118=186 (24% of max value = 765). Red value is 31 (12.5% from 255 or 16.67% from 186); Green value is 37 (14.84% from 255 or 19.89% from 186); Blue value is 118 (46.48% from 255 or 63.44% from 186); Max value from RGB is 118 - color contains mainly: blue. Hex color #1F2576 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F2576 is #E0DA89. Grayscale: #2C2C2C. Windows color (decimal): -14736010 or 7742751. OLE color: 7742751.

HSL color Cylindrical-coordinate representation of color #1F2576: hue angle of 235.86º degrees, saturation: 0.58, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1F2576 is Cyan = 0.74, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB3137118-
CMYK0.740.6900.54
HSL235.86º58.39%29.22%-
HSV(B)235.86º73.73%46.27%-
XYZ4.52.9217.47-
YUV44.44169.51118.41-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 16.67%
GREEN value IS 37 (14.84% from 255) = 19.89%
BLUE value IS 118 (46.48% from 255) = 63.44%
R=16.67%
G=19.89%
B=63.44%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal31371180.740.6900.54235.8658.3929.22
Hex1F25764A45036ec3a1d
Octal37451661121050663547235
Binary1111110010111101101001010100010101101101110110011101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F2576

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,37,118); }

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

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

 a { background-color: rgb(31,37,118); }

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

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

 span { border-color: rgb(31,37,118); }

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