#1a304e

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

Shades of Midnight #1A304E

Tints of Midnight #1A304E

Color information

#1A304E (or 0x1A304E) is unknown color: approx Midnight. HEX triplet: 1A, 30 and 4E. RGB value is (26,48,78). Sum of RGB (Red+Green+Blue) = 26+48+78=152 (20% of max value = 765). Red value is 26 (10.55% from 255 or 17.11% from 152); Green value is 48 (19.14% from 255 or 31.58% from 152); Blue value is 78 (30.86% from 255 or 51.32% from 152); Max value from RGB is 78 - color contains mainly: blue. Hex color #1A304E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1A304E is #E5CFB1. Grayscale: #2C2C2C. Windows color (decimal): -15060914 or 5124122. OLE color: 5124122.

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

Color convert

RGB264878-
CMYK0.670.3800.69
HSL214.62º50%20.39%-
HSV(B)214.62º66.67%30.59%-
XYZ2.862.887.61-
YUV44.84146.71114.56-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 17.11%
GREEN value IS 48 (19.14% from 255) = 31.58%
BLUE value IS 78 (30.86% from 255) = 51.32%
R=17.11%
G=31.58%
B=51.32%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal2648780.670.3800.69214.625020.39
Hex1A304E4326045d73214
Octal32601161034601053276224
Binary1101011000010011101000011100110010001011101011111001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1a304e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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