#1A304A

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

Shades of Midnight #1A304A

Tints of Midnight #1A304A

Color information

#1A304A (or 0x1A304A) is unknown color: approx Midnight. HEX triplet: 1A, 30 and 4A. RGB value is (26,48,74). Sum of RGB (Red+Green+Blue) = 26+48+74=148 (19% of max value = 765). Red value is 26 (10.55% from 255 or 17.57% from 148); Green value is 48 (19.14% from 255 or 32.43% from 148); Blue value is 74 (29.30% from 255 or 50% from 148); Max value from RGB is 74 - color contains mainly: blue. Hex color #1A304A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1A304A is #E5CFB5. Grayscale: #2C2C2C. Windows color (decimal): -15060918 or 4861978. OLE color: 4861978.

HSL color Cylindrical-coordinate representation of color #1A304A: hue angle of 212.5º degrees, saturation: 0.48, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #1A304A is Cyan = 0.65, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB264874-
CMYK0.650.3500.71
HSL212.5º48%19.61%-
HSV(B)212.5º64.86%29.02%-
XYZ2.722.836.88-
YUV44.39144.71114.89-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 17.57%
GREEN value IS 48 (19.14% from 255) = 32.43%
BLUE value IS 74 (29.30% from 255) = 50%
R=17.57%
G=32.43%
B=50%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal2648740.650.3500.71212.54819.61
Hex1A304A4123047d43014
Octal32601121014301073246024
Binary1101011000010010101000001100011010001111101010011000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A304A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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