#1F127D

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

Shades of Midnight Blue #1F127D

Tints of Midnight Blue #1F127D

Color information

#1F127D (or 0x1F127D) is unknown color: approx Midnight Blue. HEX triplet: 1F, 12 and 7D. RGB value is (31,18,125). Sum of RGB (Red+Green+Blue) = 31+18+125=174 (23% of max value = 765). Red value is 31 (12.5% from 255 or 17.82% from 174); Green value is 18 (7.42% from 255 or 10.34% from 174); Blue value is 125 (49.22% from 255 or 71.84% from 174); Max value from RGB is 125 - color contains mainly: blue. Hex color #1F127D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1F127D is #E0ED82. Grayscale: #212121. Windows color (decimal): -14740867 or 8196639. OLE color: 8196639.

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

Color convert

RGB3118125-
CMYK0.750.8600.51
HSL247.29º74.83%28.04%-
HSV(B)247.29º85.6%49.02%-
XYZ4.482.219.59-
YUV34.08179.31125.8-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 17.82%
GREEN value IS 18 (7.42% from 255) = 10.34%
BLUE value IS 125 (49.22% from 255) = 71.84%
R=17.82%
G=10.34%
B=71.84%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal31181250.750.8600.51247.2974.8328.04
Hex1F127D4B56033f74b1c
Octal372217511312606336711334
Binary1111110010111110110010111010110011001111110111100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F127D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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