#1F216F

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

Shades of Midnight Blue #1F216F

Tints of Midnight Blue #1F216F

Color information

#1F216F (or 0x1F216F) is unknown color: approx Midnight Blue. HEX triplet: 1F, 21 and 6F. RGB value is (31,33,111). Sum of RGB (Red+Green+Blue) = 31+33+111=175 (23% of max value = 765). Red value is 31 (12.5% from 255 or 17.71% from 175); Green value is 33 (13.28% from 255 or 18.86% from 175); Blue value is 111 (43.75% from 255 or 63.43% from 175); Max value from RGB is 111 - color contains mainly: blue. Hex color #1F216F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F216F is #E0DE90. Grayscale: #282828. Windows color (decimal): -14737041 or 7282975. OLE color: 7282975.

HSL color Cylindrical-coordinate representation of color #1F216F: hue angle of 238.5º degrees, saturation: 0.56, 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 #1F216F is Cyan = 0.72, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB3133111-
CMYK0.720.7000.56
HSL238.5º56.34%27.84%-
HSV(B)238.5º72.07%43.53%-
XYZ3.982.5315.32-
YUV41.29167.34120.66-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 17.71%
GREEN value IS 33 (13.28% from 255) = 18.86%
BLUE value IS 111 (43.75% from 255) = 63.43%
R=17.71%
G=18.86%
B=63.43%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal31331110.720.7000.56238.556.3427.84
Hex1F216F4846038ee381c
Octal37411571101060703567034
Binary1111110000111011111001000100011001110001110111011100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F216F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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