#1F157D

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

Shades of Midnight Blue #1F157D

Tints of Midnight Blue #1F157D

Color information

#1F157D (or 0x1F157D) is unknown color: approx Midnight Blue. HEX triplet: 1F, 15 and 7D. RGB value is (31,21,125). Sum of RGB (Red+Green+Blue) = 31+21+125=177 (23% of max value = 765). Red value is 31 (12.5% from 255 or 17.51% from 177); Green value is 21 (8.59% from 255 or 11.86% from 177); Blue value is 125 (49.22% from 255 or 70.62% from 177); Max value from RGB is 125 - color contains mainly: blue. Hex color #1F157D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1F157D is #E0EA82. Grayscale: #232323. Windows color (decimal): -14740099 or 8197407. OLE color: 8197407.

HSL color Cylindrical-coordinate representation of color #1F157D: hue angle of 245.77º 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 #1F157D is Cyan = 0.75, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB3121125-
CMYK0.750.8300.51
HSL245.77º71.23%28.63%-
HSV(B)245.77º83.2%49.02%-
XYZ4.532.3119.61-
YUV35.85178.31124.54-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 17.51%
GREEN value IS 21 (8.59% from 255) = 11.86%
BLUE value IS 125 (49.22% from 255) = 70.62%
R=17.51%
G=11.86%
B=70.62%

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
Decimal31211250.750.8300.51245.7771.2328.63
Hex1F157D4B53033f6471d
Octal372517511312306336610735
Binary1111110101111110110010111010011011001111110110100011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F157D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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