#1F257C

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

Shades of Midnight Blue #1F257C

Tints of Midnight Blue #1F257C

Color information

#1F257C (or 0x1F257C) is unknown color: approx Midnight Blue. HEX triplet: 1F, 25 and 7C. RGB value is (31,37,124). Sum of RGB (Red+Green+Blue) = 31+37+124=192 (25% of max value = 765). Red value is 31 (12.5% from 255 or 16.15% from 192); Green value is 37 (14.84% from 255 or 19.27% from 192); Blue value is 124 (48.83% from 255 or 64.58% from 192); Max value from RGB is 124 - color contains mainly: blue. Hex color #1F257C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F257C is #E0DA83. Grayscale: #2C2C2C. Windows color (decimal): -14736004 or 8135967. OLE color: 8135967.

HSL color Cylindrical-coordinate representation of color #1F257C: hue angle of 236.13º degrees, saturation: 0.6, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1F257C is Cyan = 0.75, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB3137124-
CMYK0.750.7000.51
HSL236.13º60%30.39%-
HSV(B)236.13º75%48.63%-
XYZ4.863.0719.4-
YUV45.12172.51117.93-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 16.15%
GREEN value IS 37 (14.84% from 255) = 19.27%
BLUE value IS 124 (48.83% from 255) = 64.58%
R=16.15%
G=19.27%
B=64.58%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal31371240.750.7000.51236.136030.39
Hex1F257C4B46033ec3c1e
Octal37451741131060633547436
Binary1111110010111111001001011100011001100111110110011110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F257C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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