#1F2C82

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

Shades of Midnight Blue #1F2C82

Tints of Midnight Blue #1F2C82

Color information

#1F2C82 (or 0x1F2C82) is unknown color: approx Midnight Blue. HEX triplet: 1F, 2C and 82. RGB value is (31,44,130). Sum of RGB (Red+Green+Blue) = 31+44+130=205 (27% of max value = 765). Red value is 31 (12.5% from 255 or 15.12% from 205); Green value is 44 (17.58% from 255 or 21.46% from 205); Blue value is 130 (51.17% from 255 or 63.41% from 205); Max value from RGB is 130 - color contains mainly: blue. Hex color #1F2C82 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1F2C82 is #E0D37D. Grayscale: #313131. Windows color (decimal): -14734206 or 8530975. OLE color: 8530975.

HSL color Cylindrical-coordinate representation of color #1F2C82: hue angle of 232.12º degrees, saturation: 0.61, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1F2C82 is Cyan = 0.76, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB3144130-
CMYK0.760.6600.49
HSL232.12º61.49%31.57%-
HSV(B)232.12º76.15%50.98%-
XYZ5.53.721.54-
YUV49.92173.19114.51-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 15.12%
GREEN value IS 44 (17.58% from 255) = 21.46%
BLUE value IS 130 (51.17% from 255) = 63.41%
R=15.12%
G=21.46%
B=63.41%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal31441300.760.6600.49232.1261.4931.57
Hex1F2C824C42031e83d20
Octal37542021141020613507540
Binary111111011001000001010011001000010011000111101000111101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F2C82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,44,130); }

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

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

 a { background-color: rgb(31,44,130); }

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

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

 span { border-color: rgb(31,44,130); }

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