#1F196F

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

Shades of Midnight Blue #1F196F

Tints of Midnight Blue #1F196F

Color information

#1F196F (or 0x1F196F) is unknown color: approx Midnight Blue. HEX triplet: 1F, 19 and 6F. RGB value is (31,25,111). Sum of RGB (Red+Green+Blue) = 31+25+111=167 (22% of max value = 765). Red value is 31 (12.5% from 255 or 18.56% from 167); Green value is 25 (10.16% from 255 or 14.97% from 167); Blue value is 111 (43.75% from 255 or 66.47% from 167); Max value from RGB is 111 - color contains mainly: blue. Hex color #1F196F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1F196F is #E0E690. Grayscale: #242424. Windows color (decimal): -14739089 or 7280927. OLE color: 7280927.

HSL color Cylindrical-coordinate representation of color #1F196F: hue angle of 244.19º degrees, saturation: 0.63, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1F196F is Cyan = 0.72, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB3125111-
CMYK0.720.7700.56
HSL244.19º63.24%26.67%-
HSV(B)244.19º77.48%43.53%-
XYZ3.782.1315.25-
YUV36.6169.99124.01-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 18.56%
GREEN value IS 25 (10.16% from 255) = 14.97%
BLUE value IS 111 (43.75% from 255) = 66.47%
R=18.56%
G=14.97%
B=66.47%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal31251110.720.7700.56244.1963.2426.67
Hex1F196F484D038f43f1b
Octal37311571101150703647733
Binary111111100111011111001000100110101110001111010011111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F196F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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