#1F1860

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

Shades of Midnight Blue #1F1860

Tints of Midnight Blue #1F1860

Color information

#1F1860 (or 0x1F1860) is unknown color: approx Midnight Blue. HEX triplet: 1F, 18 and 60. RGB value is (31,24,96). Sum of RGB (Red+Green+Blue) = 31+24+96=151 (20% of max value = 765). Red value is 31 (12.5% from 255 or 20.53% from 151); Green value is 24 (9.77% from 255 or 15.89% from 151); Blue value is 96 (37.89% from 255 or 63.58% from 151); Max value from RGB is 96 - color contains mainly: blue. Hex color #1F1860 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1F1860 is #E0E79F. Grayscale: #222222. Windows color (decimal): -14739360 or 6297631. OLE color: 6297631.

HSL color Cylindrical-coordinate representation of color #1F1860: hue angle of 245.83º degrees, saturation: 0.6, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1F1860 is Cyan = 0.68, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB312496-
CMYK0.680.7500.62
HSL245.83º60%23.53%-
HSV(B)245.83º75%37.65%-
XYZ31.7911.25-
YUV34.3162.82125.65-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 20.53%
GREEN value IS 24 (9.77% from 255) = 15.89%
BLUE value IS 96 (37.89% from 255) = 63.58%
R=20.53%
G=15.89%
B=63.58%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3124960.680.7500.62245.836023.53
Hex1F1860444B03Ef63c18
Octal37301401041130763667430
Binary111111100011000001000100100101101111101111011011110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F1860

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,24,96); }

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

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

 a { background-color: rgb(31,24,96); }

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

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

 span { border-color: rgb(31,24,96); }

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