#1F217D

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

Shades of Midnight Blue #1F217D

Tints of Midnight Blue #1F217D

Color information

#1F217D (or 0x1F217D) is unknown color: approx Midnight Blue. HEX triplet: 1F, 21 and 7D. RGB value is (31,33,125). Sum of RGB (Red+Green+Blue) = 31+33+125=189 (25% of max value = 765). Red value is 31 (12.5% from 255 or 16.40% from 189); Green value is 33 (13.28% from 255 or 17.46% from 189); Blue value is 125 (49.22% from 255 or 66.14% from 189); Max value from RGB is 125 - color contains mainly: blue. Hex color #1F217D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F217D is #E0DE82. Grayscale: #2A2A2A. Windows color (decimal): -14737027 or 8200479. OLE color: 8200479.

HSL color Cylindrical-coordinate representation of color #1F217D: hue angle of 238.72º 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 #1F217D is Cyan = 0.75, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB3133125-
CMYK0.750.7400.51
HSL238.72º60.26%30.59%-
HSV(B)238.72º75.2%49.02%-
XYZ4.812.8619.7-
YUV42.89174.34119.52-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 16.40%
GREEN value IS 33 (13.28% from 255) = 17.46%
BLUE value IS 125 (49.22% from 255) = 66.14%
R=16.40%
G=17.46%
B=66.14%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal31331250.750.7400.51238.7260.2630.59
Hex1F217D4B4A033ef3c1f
Octal37411751131120633577437
Binary1111110000111111011001011100101001100111110111111110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F217D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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