#1F1A85

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

Shades of Midnight Blue #1F1A85

Tints of Midnight Blue #1F1A85

Color information

#1F1A85 (or 0x1F1A85) is unknown color: approx Midnight Blue. HEX triplet: 1F, 1A and 85. RGB value is (31,26,133). Sum of RGB (Red+Green+Blue) = 31+26+133=190 (25% of max value = 765). Red value is 31 (12.5% from 255 or 16.32% from 190); Green value is 26 (10.55% from 255 or 13.68% from 190); Blue value is 133 (52.34% from 255 or 70% from 190); Max value from RGB is 133 - color contains mainly: blue. Hex color #1F1A85 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1F1A85 is #E0E57A. Grayscale: #272727. Windows color (decimal): -14738811 or 8722975. OLE color: 8722975.

HSL color Cylindrical-coordinate representation of color #1F1A85: hue angle of 242.8º degrees, saturation: 0.67, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1F1A85 is Cyan = 0.77, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB3126133-
CMYK0.770.8000.48
HSL242.8º67.3%31.18%-
HSV(B)242.8º80.45%52.16%-
XYZ5.172.7222.44-
YUV39.69180.66121.8-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 16.32%
GREEN value IS 26 (10.55% from 255) = 13.68%
BLUE value IS 133 (52.34% from 255) = 70%
R=16.32%
G=13.68%
B=70%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal31261330.770.8000.48242.867.331.18
Hex1F1A854D50030f3431f
Octal373220511512006036310337
Binary11111110101000010110011011010000011000011110011100001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F1A85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,26,133); }

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

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

 a { background-color: rgb(31,26,133); }

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

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

 span { border-color: rgb(31,26,133); }

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