#1A304D

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

Shades of Midnight #1A304D

Tints of Midnight #1A304D

Color information

#1A304D (or 0x1A304D) is unknown color: approx Midnight. HEX triplet: 1A, 30 and 4D. RGB value is (26,48,77). Sum of RGB (Red+Green+Blue) = 26+48+77=151 (20% of max value = 765). Red value is 26 (10.55% from 255 or 17.22% from 151); Green value is 48 (19.14% from 255 or 31.79% from 151); Blue value is 77 (30.47% from 255 or 50.99% from 151); Max value from RGB is 77 - color contains mainly: blue. Hex color #1A304D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1A304D is #E5CFB2. Grayscale: #2C2C2C. Windows color (decimal): -15060915 or 5058586. OLE color: 5058586.

HSL color Cylindrical-coordinate representation of color #1A304D: hue angle of 214.12º degrees, saturation: 0.5, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #1A304D is Cyan = 0.66, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB264877-
CMYK0.660.3800.70
HSL214.12º49.51%20.2%-
HSV(B)214.12º66.23%30.2%-
XYZ2.822.877.43-
YUV44.73146.21114.64-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 17.22%
GREEN value IS 48 (19.14% from 255) = 31.79%
BLUE value IS 77 (30.47% from 255) = 50.99%
R=17.22%
G=31.79%
B=50.99%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal2648770.660.3800.70214.1249.5120.2
Hex1A304D4226046d63214
Octal32601151024601063266224
Binary1101011000010011011000010100110010001101101011011001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A304D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,48,77); }

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

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

 a { background-color: rgb(26,48,77); }

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

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

 span { border-color: rgb(26,48,77); }

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