#1F1761

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

Shades of Midnight Blue #1F1761

Tints of Midnight Blue #1F1761

Color information

#1F1761 (or 0x1F1761) is unknown color: approx Midnight Blue. HEX triplet: 1F, 17 and 61. RGB value is (31,23,97). Sum of RGB (Red+Green+Blue) = 31+23+97=151 (20% of max value = 765). Red value is 31 (12.5% from 255 or 20.53% from 151); Green value is 23 (9.38% from 255 or 15.23% from 151); Blue value is 97 (38.28% from 255 or 64.24% from 151); Max value from RGB is 97 - color contains mainly: blue. Hex color #1F1761 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1F1761 is #E0E89E. Grayscale: #212121. Windows color (decimal): -14739615 or 6362911. OLE color: 6362911.

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

Color convert

RGB312397-
CMYK0.680.7600.62
HSL246.49º61.67%23.53%-
HSV(B)246.49º76.29%38.04%-
XYZ3.031.7711.49-
YUV33.83163.65125.98-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 20.53%
GREEN value IS 23 (9.38% from 255) = 15.23%
BLUE value IS 97 (38.28% from 255) = 64.24%
R=20.53%
G=15.23%
B=64.24%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3123970.680.7600.62246.4961.6723.53
Hex1F1761444C03Ef63e18
Octal37271411041140763667630
Binary111111011111000011000100100110001111101111011011111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F1761

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,23,97); }

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

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

 a { background-color: rgb(31,23,97); }

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

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

 span { border-color: rgb(31,23,97); }

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