#1F1C6D

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

Shades of Midnight Blue #1F1C6D

Tints of Midnight Blue #1F1C6D

Color information

#1F1C6D (or 0x1F1C6D) is unknown color: approx Midnight Blue. HEX triplet: 1F, 1C and 6D. RGB value is (31,28,109). Sum of RGB (Red+Green+Blue) = 31+28+109=168 (22% of max value = 765). Red value is 31 (12.5% from 255 or 18.45% from 168); Green value is 28 (11.33% from 255 or 16.67% from 168); Blue value is 109 (42.97% from 255 or 64.88% from 168); Max value from RGB is 109 - color contains mainly: blue. Hex color #1F1C6D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F1C6D is #E0E392. Grayscale: #252525. Windows color (decimal): -14738323 or 7150623. OLE color: 7150623.

HSL color Cylindrical-coordinate representation of color #1F1C6D: hue angle of 242.22º degrees, saturation: 0.59, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1F1C6D is Cyan = 0.72, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB3128109-
CMYK0.720.7400.57
HSL242.22º59.12%26.86%-
HSV(B)242.22º74.31%42.75%-
XYZ3.742.2314.7-
YUV38.13167.99122.91-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 18.45%
GREEN value IS 28 (11.33% from 255) = 16.67%
BLUE value IS 109 (42.97% from 255) = 64.88%
R=18.45%
G=16.67%
B=64.88%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal31281090.720.7400.57242.2259.1226.86
Hex1F1C6D484A039f23b1b
Octal37341551101120713627333
Binary111111110011011011001000100101001110011111001011101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F1C6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,28,109); }

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

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

 a { background-color: rgb(31,28,109); }

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

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

 span { border-color: rgb(31,28,109); }

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