#1F247D

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

Shades of Midnight Blue #1F247D

Tints of Midnight Blue #1F247D

Color information

#1F247D (or 0x1F247D) is unknown color: approx Midnight Blue. HEX triplet: 1F, 24 and 7D. RGB value is (31,36,125). Sum of RGB (Red+Green+Blue) = 31+36+125=192 (25% of max value = 765). Red value is 31 (12.5% from 255 or 16.15% from 192); Green value is 36 (14.45% from 255 or 18.75% from 192); Blue value is 125 (49.22% from 255 or 65.10% from 192); Max value from RGB is 125 - color contains mainly: blue. Hex color #1F247D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F247D is #E0DB82. Grayscale: #2C2C2C. Windows color (decimal): -14736259 or 8201247. OLE color: 8201247.

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

Color convert

RGB3136125-
CMYK0.750.7100.51
HSL236.81º60.26%30.59%-
HSV(B)236.81º75.2%49.02%-
XYZ4.93.0319.73-
YUV44.65173.34118.26-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 16.15%
GREEN value IS 36 (14.45% from 255) = 18.75%
BLUE value IS 125 (49.22% from 255) = 65.10%
R=16.15%
G=18.75%
B=65.10%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal31361250.750.7100.51236.8160.2630.59
Hex1F247D4B47033ed3c1f
Octal37441751131070633557437
Binary1111110010011111011001011100011101100111110110111110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F247D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,36,125); }

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

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

 a { background-color: rgb(31,36,125); }

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

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

 span { border-color: rgb(31,36,125); }

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