#1F2260

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

Shades of Midnight Blue #1F2260

Tints of Midnight Blue #1F2260

Color information

#1F2260 (or 0x1F2260) is unknown color: approx Midnight Blue. HEX triplet: 1F, 22 and 60. RGB value is (31,34,96). Sum of RGB (Red+Green+Blue) = 31+34+96=161 (21% of max value = 765). Red value is 31 (12.5% from 255 or 19.25% from 161); Green value is 34 (13.67% from 255 or 21.12% from 161); Blue value is 96 (37.89% from 255 or 59.63% from 161); Max value from RGB is 96 - color contains mainly: blue. Hex color #1F2260 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F2260 is #E0DD9F. Grayscale: #272727. Windows color (decimal): -14736800 or 6300191. OLE color: 6300191.

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

Color convert

RGB313496-
CMYK0.680.6500.62
HSL237.23º51.18%24.9%-
HSV(B)237.23º67.71%37.65%-
XYZ3.252.2811.34-
YUV40.17159.51121.46-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 19.25%
GREEN value IS 34 (13.67% from 255) = 21.12%
BLUE value IS 96 (37.89% from 255) = 59.63%
R=19.25%
G=21.12%
B=59.63%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3134960.680.6500.62237.2351.1824.9
Hex1F2260444103Eed3319
Octal37421401041010763556331
Binary1111110001011000001000100100000101111101110110111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F2260

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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