#1F2565

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

Shades of Midnight Blue #1F2565

Tints of Midnight Blue #1F2565

Color information

#1F2565 (or 0x1F2565) is unknown color: approx Midnight Blue. HEX triplet: 1F, 25 and 65. RGB value is (31,37,101). Sum of RGB (Red+Green+Blue) = 31+37+101=169 (22% of max value = 765). Red value is 31 (12.5% from 255 or 18.34% from 169); Green value is 37 (14.84% from 255 or 21.89% from 169); Blue value is 101 (39.84% from 255 or 59.76% from 169); Max value from RGB is 101 - color contains mainly: blue. Hex color #1F2565 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F2565 is #E0DA9A. Grayscale: #2A2A2A. Windows color (decimal): -14736027 or 6628639. OLE color: 6628639.

HSL color Cylindrical-coordinate representation of color #1F2565: hue angle of 234.86º degrees, saturation: 0.53, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #1F2565 is Cyan = 0.69, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB3137101-
CMYK0.690.6300.60
HSL234.86º53.03%25.88%-
HSV(B)234.86º69.31%39.61%-
XYZ3.582.5512.62-
YUV42.5161.01119.8-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 18.34%
GREEN value IS 37 (14.84% from 255) = 21.89%
BLUE value IS 101 (39.84% from 255) = 59.76%
R=18.34%
G=21.89%
B=59.76%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal31371010.690.6300.60234.8653.0325.88
Hex1F2565453F03Ceb351a
Octal3745145105770743536532
Binary111111001011100101100010111111101111001110101111010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F2565

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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