#1A1F73

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

Shades of Midnight Blue #1A1F73

Tints of Midnight Blue #1A1F73

Color information

#1A1F73 (or 0x1A1F73) is unknown color: approx Midnight Blue. HEX triplet: 1A, 1F and 73. RGB value is (26,31,115). Sum of RGB (Red+Green+Blue) = 26+31+115=172 (22% of max value = 765). Red value is 26 (10.55% from 255 or 15.12% from 172); Green value is 31 (12.5% from 255 or 18.02% 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 #1A1F73 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1A1F73 is #E5E08C. Grayscale: #262626. Windows color (decimal): -15065229 or 7544602. OLE color: 7544602.

HSL color Cylindrical-coordinate representation of color #1A1F73: hue angle of 236.63º 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 #1A1F73 is Cyan = 0.77, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB2631115-
CMYK0.770.7300.55
HSL236.63º63.12%27.65%-
HSV(B)236.63º77.39%45.1%-
XYZ4.012.4416.48-
YUV39.08170.84118.67-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal26311150.770.7300.55236.6363.1227.65
Hex1A1F734D49037ed3f1c
Octal32371631151110673557734
Binary110101111111100111001101100100101101111110110111111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A1F73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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