#1F1480

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

Shades of Midnight Blue #1F1480

Tints of Midnight Blue #1F1480

Color information

#1F1480 (or 0x1F1480) is unknown color: approx Midnight Blue. HEX triplet: 1F, 14 and 80. RGB value is (31,20,128). Sum of RGB (Red+Green+Blue) = 31+20+128=179 (23% of max value = 765). Red value is 31 (12.5% from 255 or 17.32% from 179); Green value is 20 (8.20% from 255 or 11.17% from 179); Blue value is 128 (50.39% from 255 or 71.51% from 179); Max value from RGB is 128 - color contains mainly: blue. Hex color #1F1480 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1F1480 is #E0EB7F. Grayscale: #232323. Windows color (decimal): -14740352 or 8393759. OLE color: 8393759.

HSL color Cylindrical-coordinate representation of color #1F1480: hue angle of 246.11º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1F1480 is Cyan = 0.76, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB3120128-
CMYK0.760.8400.50
HSL246.11º72.97%29.02%-
HSV(B)246.11º84.38%50.2%-
XYZ4.712.3520.63-
YUV35.6180.14124.72-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 17.32%
GREEN value IS 20 (8.20% from 255) = 11.17%
BLUE value IS 128 (50.39% from 255) = 71.51%
R=17.32%
G=11.17%
B=71.51%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal31201280.760.8400.50246.1172.9729.02
Hex1F14804C54032f6491d
Octal372420011412406236611135
Binary11111101001000000010011001010100011001011110110100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F1480

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,20,128); }

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

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

 a { background-color: rgb(31,20,128); }

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

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

 span { border-color: rgb(31,20,128); }

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