#1F1A73

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

Shades of Midnight Blue #1F1A73

Tints of Midnight Blue #1F1A73

Color information

#1F1A73 (or 0x1F1A73) is unknown color: approx Midnight Blue. HEX triplet: 1F, 1A and 73. RGB value is (31,26,115). Sum of RGB (Red+Green+Blue) = 31+26+115=172 (22% of max value = 765). Red value is 31 (12.5% from 255 or 18.02% from 172); Green value is 26 (10.55% from 255 or 15.12% from 172); Blue value is 115 (45.31% from 255 or 66.86% from 172); Max value from RGB is 115 - color contains mainly: blue. Hex color #1F1A73 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F1A73 is #E0E58C. Grayscale: #252525. Windows color (decimal): -14738829 or 7543327. OLE color: 7543327.

HSL color Cylindrical-coordinate representation of color #1F1A73: hue angle of 243.37º degrees, saturation: 0.63, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1F1A73 is Cyan = 0.73, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB3126115-
CMYK0.730.7700.55
HSL243.37º63.12%27.65%-
HSV(B)243.37º77.39%45.1%-
XYZ4.032.2716.45-
YUV37.64171.66123.26-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 18.02%
GREEN value IS 26 (10.55% from 255) = 15.12%
BLUE value IS 115 (45.31% from 255) = 66.86%
R=18.02%
G=15.12%
B=66.86%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal31261150.730.7700.55243.3763.1227.65
Hex1F1A73494D037f33f1c
Octal37321631111150673637734
Binary111111101011100111001001100110101101111111001111111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F1A73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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