#1A045D

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

Shades of Midnight Blue #1A045D

Tints of Midnight Blue #1A045D

Color information

#1A045D (or 0x1A045D) is unknown color: approx Midnight Blue. HEX triplet: 1A, 04 and 5D. RGB value is (26,4,93). Sum of RGB (Red+Green+Blue) = 26+4+93=123 (16% of max value = 765). Red value is 26 (10.55% from 255 or 21.14% from 123); Green value is 4 (1.95% from 255 or 3.25% from 123); Blue value is 93 (36.72% from 255 or 75.61% from 123); Max value from RGB is 93 - color contains mainly: blue. Hex color #1A045D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1A045D is #E5FBA2. Grayscale: #141414. Windows color (decimal): -15072163 or 6095898. OLE color: 6095898.

HSL color Cylindrical-coordinate representation of color #1A045D: hue angle of 254.83º degrees, saturation: 0.92, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #1A045D is Cyan = 0.72, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB26493-
CMYK0.720.9600.64
HSL254.83º91.75%19.02%-
HSV(B)254.83º95.7%36.47%-
XYZ2.451.110.44-
YUV20.72168.79131.76-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 21.14%
GREEN value IS 4 (1.95% from 255) = 3.25%
BLUE value IS 93 (36.72% from 255) = 75.61%
R=21.14%
G=3.25%
B=75.61%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal264930.720.9600.64254.8391.7519.02
Hex1A45D4860040ff5c13
Octal324135110140010037713423
Binary110101001011101100100011000000100000011111111101110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A045D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,4,93); }

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

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

 a { background-color: rgb(26,4,93); }

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

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

 span { border-color: rgb(26,4,93); }

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