#1F1360

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

Shades of Midnight Blue #1F1360

Tints of Midnight Blue #1F1360

Color information

#1F1360 (or 0x1F1360) is unknown color: approx Midnight Blue. HEX triplet: 1F, 13 and 60. RGB value is (31,19,96). Sum of RGB (Red+Green+Blue) = 31+19+96=146 (19% of max value = 765). Red value is 31 (12.5% from 255 or 21.23% from 146); Green value is 19 (7.81% from 255 or 13.01% from 146); Blue value is 96 (37.89% from 255 or 65.75% from 146); Max value from RGB is 96 - color contains mainly: blue. Hex color #1F1360 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1F1360 is #E0EC9F. Grayscale: #1F1F1F. Windows color (decimal): -14740640 or 6296351. OLE color: 6296351.

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

Color convert

RGB311996-
CMYK0.680.8000.62
HSL249.35º66.96%22.55%-
HSV(B)249.35º80.21%37.65%-
XYZ2.911.611.22-
YUV31.37164.48127.74-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 21.23%
GREEN value IS 19 (7.81% from 255) = 13.01%
BLUE value IS 96 (37.89% from 255) = 65.75%
R=21.23%
G=13.01%
B=65.75%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3119960.680.8000.62249.3566.9622.55
Hex1F1360445003Ef94317
Octal372314010412007637110327
Binary1111110011110000010001001010000011111011111001100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F1360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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