#1F2460

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

Shades of Midnight Blue #1F2460

Tints of Midnight Blue #1F2460

Color information

#1F2460 (or 0x1F2460) is unknown color: approx Midnight Blue. HEX triplet: 1F, 24 and 60. RGB value is (31,36,96). Sum of RGB (Red+Green+Blue) = 31+36+96=163 (21% of max value = 765). Red value is 31 (12.5% from 255 or 19.02% from 163); Green value is 36 (14.45% from 255 or 22.09% from 163); Blue value is 96 (37.89% from 255 or 58.90% from 163); Max value from RGB is 96 - color contains mainly: blue. Hex color #1F2460 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F2460 is #E0DB9F. Grayscale: #292929. Windows color (decimal): -14736288 or 6300703. OLE color: 6300703.

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

Color convert

RGB313696-
CMYK0.680.6200.62
HSL235.38º51.18%24.9%-
HSV(B)235.38º67.71%37.65%-
XYZ3.312.411.35-
YUV41.34158.84120.62-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 19.02%
GREEN value IS 36 (14.45% from 255) = 22.09%
BLUE value IS 96 (37.89% from 255) = 58.90%
R=19.02%
G=22.09%
B=58.90%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3136960.680.6200.62235.3851.1824.9
Hex1F2460443E03Eeb3319
Octal3744140104760763536331
Binary111111001001100000100010011111001111101110101111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F2460

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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