#1F1267

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

Shades of Midnight Blue #1F1267

Tints of Midnight Blue #1F1267

Color information

#1F1267 (or 0x1F1267) is unknown color: approx Midnight Blue. HEX triplet: 1F, 12 and 67. RGB value is (31,18,103). Sum of RGB (Red+Green+Blue) = 31+18+103=152 (20% of max value = 765). Red value is 31 (12.5% from 255 or 20.39% from 152); Green value is 18 (7.42% from 255 or 11.84% from 152); Blue value is 103 (40.62% from 255 or 67.76% from 152); Max value from RGB is 103 - color contains mainly: blue. Hex color #1F1267 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1F1267 is #E0ED98. Grayscale: #1F1F1F. Windows color (decimal): -14740889 or 6754847. OLE color: 6754847.

HSL color Cylindrical-coordinate representation of color #1F1267: hue angle of 249.18º degrees, saturation: 0.7, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1F1267 is Cyan = 0.70, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB3118103-
CMYK0.700.8300.60
HSL249.18º70.25%23.73%-
HSV(B)249.18º82.52%40.39%-
XYZ3.231.712.99-
YUV31.58168.31127.59-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 20.39%
GREEN value IS 18 (7.42% from 255) = 11.84%
BLUE value IS 103 (40.62% from 255) = 67.76%
R=20.39%
G=11.84%
B=67.76%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal31181030.700.8300.60249.1870.2523.73
Hex1F1267465303Cf94618
Octal372214710612307437110630
Binary1111110010110011110001101010011011110011111001100011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F1267

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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