#1F2976

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

Shades of Midnight Blue #1F2976

Tints of Midnight Blue #1F2976

Color information

#1F2976 (or 0x1F2976) is unknown color: approx Midnight Blue. HEX triplet: 1F, 29 and 76. RGB value is (31,41,118). Sum of RGB (Red+Green+Blue) = 31+41+118=190 (25% of max value = 765). Red value is 31 (12.5% from 255 or 16.32% from 190); Green value is 41 (16.41% from 255 or 21.58% from 190); Blue value is 118 (46.48% from 255 or 62.11% from 190); Max value from RGB is 118 - color contains mainly: blue. Hex color #1F2976 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F2976 is #E0D689. Grayscale: #2E2E2E. Windows color (decimal): -14734986 or 7743775. OLE color: 7743775.

HSL color Cylindrical-coordinate representation of color #1F2976: hue angle of 233.1º 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 #1F2976 is Cyan = 0.74, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB3141118-
CMYK0.740.6500.54
HSL233.1º58.39%29.22%-
HSV(B)233.1º73.73%46.27%-
XYZ4.633.1917.51-
YUV46.79168.19116.74-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 16.32%
GREEN value IS 41 (16.41% from 255) = 21.58%
BLUE value IS 118 (46.48% from 255) = 62.11%
R=16.32%
G=21.58%
B=62.11%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal31411180.740.6500.54233.158.3929.22
Hex1F29764A41036e93a1d
Octal37511661121010663517235
Binary1111110100111101101001010100000101101101110100111101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F2976

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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