#1F1364

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

Shades of Midnight Blue #1F1364

Tints of Midnight Blue #1F1364

Color information

#1F1364 (or 0x1F1364) is unknown color: approx Midnight Blue. HEX triplet: 1F, 13 and 64. RGB value is (31,19,100). Sum of RGB (Red+Green+Blue) = 31+19+100=150 (19% of max value = 765). Red value is 31 (12.5% from 255 or 20.67% from 150); Green value is 19 (7.81% from 255 or 12.67% from 150); Blue value is 100 (39.45% from 255 or 66.67% from 150); Max value from RGB is 100 - color contains mainly: blue. Hex color #1F1364 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1F1364 is #E0EC9B. Grayscale: #1F1F1F. Windows color (decimal): -14740636 or 6558495. OLE color: 6558495.

HSL color Cylindrical-coordinate representation of color #1F1364: hue angle of 248.89º degrees, saturation: 0.68, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1F1364 is Cyan = 0.69, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB3119100-
CMYK0.690.8100.61
HSL248.89º68.07%23.33%-
HSV(B)248.89º81%39.22%-
XYZ3.11.6812.22-
YUV31.82166.48127.41-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 20.67%
GREEN value IS 19 (7.81% from 255) = 12.67%
BLUE value IS 100 (39.45% from 255) = 66.67%
R=20.67%
G=12.67%
B=66.67%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal31191000.690.8100.61248.8968.0723.33
Hex1F1364455103Df94417
Octal372314410512107537110427
Binary1111110011110010010001011010001011110111111001100010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F1364

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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