#1f157e

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

Shades of Midnight Blue #1F157E

Tints of Midnight Blue #1F157E

Color information

#1F157E (or 0x1F157E) is unknown color: approx Midnight Blue. HEX triplet: 1F, 15 and 7E. RGB value is (31,21,126). Sum of RGB (Red+Green+Blue) = 31+21+126=178 (23% of max value = 765). Red value is 31 (12.5% from 255 or 17.42% from 178); Green value is 21 (8.59% from 255 or 11.80% from 178); Blue value is 126 (49.61% from 255 or 70.79% from 178); Max value from RGB is 126 - color contains mainly: blue. Hex color #1F157E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1F157E is #E0EA81. Grayscale: #232323. Windows color (decimal): -14740098 or 8262943. OLE color: 8262943.

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

Color convert

RGB3121126-
CMYK0.750.8300.51
HSL245.71º71.43%28.82%-
HSV(B)245.71º83.33%49.41%-
XYZ4.62.3319.95-
YUV35.96178.81124.46-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 17.42%
GREEN value IS 21 (8.59% from 255) = 11.80%
BLUE value IS 126 (49.61% from 255) = 70.79%
R=17.42%
G=11.80%
B=70.79%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal31211260.750.8300.51245.7171.4328.82
Hex1F157E4B53033f6471d
Octal372517611312306336610735
Binary1111110101111111010010111010011011001111110110100011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1f157e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,21,126); }

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

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

 a { background-color: rgb(31,21,126); }

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

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

 span { border-color: rgb(31,21,126); }

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