#1F2676

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

Shades of Midnight Blue #1F2676

Tints of Midnight Blue #1F2676

Color information

#1F2676 (or 0x1F2676) is unknown color: approx Midnight Blue. HEX triplet: 1F, 26 and 76. RGB value is (31,38,118). Sum of RGB (Red+Green+Blue) = 31+38+118=187 (24% of max value = 765). Red value is 31 (12.5% from 255 or 16.58% from 187); Green value is 38 (15.23% from 255 or 20.32% from 187); Blue value is 118 (46.48% from 255 or 63.10% from 187); Max value from RGB is 118 - color contains mainly: blue. Hex color #1F2676 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F2676 is #E0D989. Grayscale: #2C2C2C. Windows color (decimal): -14735754 or 7743007. OLE color: 7743007.

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

Color convert

RGB3138118-
CMYK0.740.6800.54
HSL235.17º58.39%29.22%-
HSV(B)235.17º73.73%46.27%-
XYZ4.532.9917.48-
YUV45.03169.18118-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 16.58%
GREEN value IS 38 (15.23% from 255) = 20.32%
BLUE value IS 118 (46.48% from 255) = 63.10%
R=16.58%
G=20.32%
B=63.10%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal31381180.740.6800.54235.1758.3929.22
Hex1F26764A44036eb3a1d
Octal37461661121040663537235
Binary1111110011011101101001010100010001101101110101111101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F2676

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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