#1F2578

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

Shades of Midnight Blue #1F2578

Tints of Midnight Blue #1F2578

Color information

#1F2578 (or 0x1F2578) is unknown color: approx Midnight Blue. HEX triplet: 1F, 25 and 78. RGB value is (31,37,120). Sum of RGB (Red+Green+Blue) = 31+37+120=188 (24% of max value = 765). Red value is 31 (12.5% from 255 or 16.49% from 188); Green value is 37 (14.84% from 255 or 19.68% from 188); Blue value is 120 (47.27% from 255 or 63.83% from 188); Max value from RGB is 120 - color contains mainly: blue. Hex color #1F2578 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F2578 is #E0DA87. Grayscale: #2C2C2C. Windows color (decimal): -14736008 or 7873823. OLE color: 7873823.

HSL color Cylindrical-coordinate representation of color #1F2578: hue angle of 235.96º degrees, saturation: 0.59, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1F2578 is Cyan = 0.74, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB3137120-
CMYK0.740.6900.53
HSL235.96º58.94%29.61%-
HSV(B)235.96º74.17%47.06%-
XYZ4.622.9718.1-
YUV44.67170.51118.25-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 16.49%
GREEN value IS 37 (14.84% from 255) = 19.68%
BLUE value IS 120 (47.27% from 255) = 63.83%
R=16.49%
G=19.68%
B=63.83%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal31371200.740.6900.53235.9658.9429.61
Hex1F25784A45035ec3b1e
Octal37451701121050653547336
Binary1111110010111110001001010100010101101011110110011101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F2578

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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