#1F127C

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

Shades of Midnight Blue #1F127C

Tints of Midnight Blue #1F127C

Color information

#1F127C (or 0x1F127C) is unknown color: approx Midnight Blue. HEX triplet: 1F, 12 and 7C. RGB value is (31,18,124). Sum of RGB (Red+Green+Blue) = 31+18+124=173 (22% of max value = 765). Red value is 31 (12.5% from 255 or 17.92% from 173); Green value is 18 (7.42% from 255 or 10.40% from 173); Blue value is 124 (48.83% from 255 or 71.68% from 173); Max value from RGB is 124 - color contains mainly: blue. Hex color #1F127C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1F127C is #E0ED83. Grayscale: #212121. Windows color (decimal): -14740868 or 8131103. OLE color: 8131103.

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

Color convert

RGB3118124-
CMYK0.750.8500.51
HSL247.36º74.65%27.84%-
HSV(B)247.36º85.48%48.63%-
XYZ4.422.1819.26-
YUV33.97178.81125.88-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 17.92%
GREEN value IS 18 (7.42% from 255) = 10.40%
BLUE value IS 124 (48.83% from 255) = 71.68%
R=17.92%
G=10.40%
B=71.68%

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
Decimal31181240.750.8500.51247.3674.6527.84
Hex1F127C4B55033f74b1c
Octal372217411312506336711334
Binary1111110010111110010010111010101011001111110111100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F127C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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