#1F137C

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

Shades of Midnight Blue #1F137C

Tints of Midnight Blue #1F137C

Color information

#1F137C (or 0x1F137C) is unknown color: approx Midnight Blue. HEX triplet: 1F, 13 and 7C. RGB value is (31,19,124). Sum of RGB (Red+Green+Blue) = 31+19+124=174 (23% of max value = 765). Red value is 31 (12.5% from 255 or 17.82% from 174); Green value is 19 (7.81% from 255 or 10.92% from 174); Blue value is 124 (48.83% from 255 or 71.26% from 174); Max value from RGB is 124 - color contains mainly: blue. Hex color #1F137C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1F137C is #E0EC83. Grayscale: #222222. Windows color (decimal): -14740612 or 8131359. OLE color: 8131359.

HSL color Cylindrical-coordinate representation of color #1F137C: hue angle of 246.86º degrees, saturation: 0.73, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1F137C is Cyan = 0.75, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB3119124-
CMYK0.750.8500.51
HSL246.86º73.43%28.04%-
HSV(B)246.86º84.68%48.63%-
XYZ4.442.2119.26-
YUV34.56178.48125.46-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 17.82%
GREEN value IS 19 (7.81% from 255) = 10.92%
BLUE value IS 124 (48.83% from 255) = 71.26%
R=17.82%
G=10.92%
B=71.26%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal31191240.750.8500.51246.8673.4328.04
Hex1F137C4B55033f7491c
Octal372317411312506336711134
Binary1111110011111110010010111010101011001111110111100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F137C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,19,124); }

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

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

 a { background-color: rgb(31,19,124); }

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

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

 span { border-color: rgb(31,19,124); }

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