#1F186D

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

Shades of Midnight Blue #1F186D

Tints of Midnight Blue #1F186D

Color information

#1F186D (or 0x1F186D) is unknown color: approx Midnight Blue. HEX triplet: 1F, 18 and 6D. RGB value is (31,24,109). Sum of RGB (Red+Green+Blue) = 31+24+109=164 (21% of max value = 765). Red value is 31 (12.5% from 255 or 18.90% from 164); Green value is 24 (9.77% from 255 or 14.63% from 164); Blue value is 109 (42.97% from 255 or 66.46% from 164); Max value from RGB is 109 - color contains mainly: blue. Hex color #1F186D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1F186D is #E0E792. Grayscale: #232323. Windows color (decimal): -14739347 or 7149599. OLE color: 7149599.

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

Color convert

RGB3124109-
CMYK0.720.7800.57
HSL244.94º63.91%26.08%-
HSV(B)244.94º77.98%42.75%-
XYZ3.652.0514.67-
YUV35.78169.32124.59-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 18.90%
GREEN value IS 24 (9.77% from 255) = 14.63%
BLUE value IS 109 (42.97% from 255) = 66.46%
R=18.90%
G=14.63%
B=66.46%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal31241090.720.7800.57244.9463.9126.08
Hex1F186D484E039f5401a
Octal373015511011607136510032
Binary1111111000110110110010001001110011100111110101100000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F186D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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