#1F2563

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

Shades of Midnight Blue #1F2563

Tints of Midnight Blue #1F2563

Color information

#1F2563 (or 0x1F2563) is unknown color: approx Midnight Blue. HEX triplet: 1F, 25 and 63. RGB value is (31,37,99). Sum of RGB (Red+Green+Blue) = 31+37+99=167 (22% of max value = 765). Red value is 31 (12.5% from 255 or 18.56% from 167); Green value is 37 (14.84% from 255 or 22.16% from 167); Blue value is 99 (39.06% from 255 or 59.28% from 167); Max value from RGB is 99 - color contains mainly: blue. Hex color #1F2563 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F2563 is #E0DA9C. Grayscale: #2A2A2A. Windows color (decimal): -14736029 or 6497567. OLE color: 6497567.

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

Color convert

RGB313799-
CMYK0.690.6300.61
HSL234.71º52.31%25.49%-
HSV(B)234.71º68.69%38.82%-
XYZ3.482.5212.11-
YUV42.27160.01119.96-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 18.56%
GREEN value IS 37 (14.84% from 255) = 22.16%
BLUE value IS 99 (39.06% from 255) = 59.28%
R=18.56%
G=22.16%
B=59.28%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal3137990.690.6300.61234.7152.3125.49
Hex1F2563453F03Deb3419
Octal3745143105770753536431
Binary111111001011100011100010111111101111011110101111010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F2563

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,37,99); }

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

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

 a { background-color: rgb(31,37,99); }

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

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

 span { border-color: rgb(31,37,99); }

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