#1F1078

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

Shades of Midnight Blue #1F1078

Tints of Midnight Blue #1F1078

Color information

#1F1078 (or 0x1F1078) is unknown color: approx Midnight Blue. HEX triplet: 1F, 10 and 78. RGB value is (31,16,120). Sum of RGB (Red+Green+Blue) = 31+16+120=167 (22% of max value = 765). Red value is 31 (12.5% from 255 or 18.56% from 167); Green value is 16 (6.64% from 255 or 9.58% from 167); Blue value is 120 (47.27% from 255 or 71.86% from 167); Max value from RGB is 120 - color contains mainly: blue. Hex color #1F1078 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1F1078 is #E0EF87. Grayscale: #1F1F1F. Windows color (decimal): -14741384 or 7868447. OLE color: 7868447.

HSL color Cylindrical-coordinate representation of color #1F1078: hue angle of 248.65º degrees, saturation: 0.76, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1F1078 is Cyan = 0.74, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB3116120-
CMYK0.740.8700.53
HSL248.65º76.47%26.67%-
HSV(B)248.65º86.67%47.06%-
XYZ4.142.0217.94-
YUV32.34177.47127.04-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 18.56%
GREEN value IS 16 (6.64% from 255) = 9.58%
BLUE value IS 120 (47.27% from 255) = 71.86%
R=18.56%
G=9.58%
B=71.86%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal31161200.740.8700.53248.6576.4726.67
Hex1F10784A57035f94c1b
Octal372017011212706537111433
Binary1111110000111100010010101010111011010111111001100110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F1078

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,16,120); }

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

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

 a { background-color: rgb(31,16,120); }

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

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

 span { border-color: rgb(31,16,120); }

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