#1F2570

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

Shades of Midnight Blue #1F2570

Tints of Midnight Blue #1F2570

Color information

#1F2570 (or 0x1F2570) is unknown color: approx Midnight Blue. HEX triplet: 1F, 25 and 70. RGB value is (31,37,112). Sum of RGB (Red+Green+Blue) = 31+37+112=180 (23% of max value = 765). Red value is 31 (12.5% from 255 or 17.22% from 180); Green value is 37 (14.84% from 255 or 20.56% from 180); Blue value is 112 (44.14% from 255 or 62.22% from 180); Max value from RGB is 112 - color contains mainly: blue. Hex color #1F2570 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F2570 is #E0DA8F. Grayscale: #2B2B2B. Windows color (decimal): -14736016 or 7349535. OLE color: 7349535.

HSL color Cylindrical-coordinate representation of color #1F2570: hue angle of 235.56º degrees, saturation: 0.57, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #1F2570 is Cyan = 0.72, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB3137112-
CMYK0.720.6700.56
HSL235.56º56.64%28.04%-
HSV(B)235.56º72.32%43.92%-
XYZ4.152.7815.65-
YUV43.76166.51118.9-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 17.22%
GREEN value IS 37 (14.84% from 255) = 20.56%
BLUE value IS 112 (44.14% from 255) = 62.22%
R=17.22%
G=20.56%
B=62.22%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal31371120.720.6700.56235.5656.6428.04
Hex1F25704843038ec391c
Octal37451601101030703547134
Binary1111110010111100001001000100001101110001110110011100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F2570

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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