#1A0558

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

Shades of Midnight Blue #1A0558

Tints of Midnight Blue #1A0558

Color information

#1A0558 (or 0x1A0558) is unknown color: approx Midnight Blue. HEX triplet: 1A, 05 and 58. RGB value is (26,5,88). Sum of RGB (Red+Green+Blue) = 26+5+88=119 (15% of max value = 765). Red value is 26 (10.55% from 255 or 21.85% from 119); Green value is 5 (2.34% from 255 or 4.20% from 119); Blue value is 88 (34.77% from 255 or 73.95% from 119); Max value from RGB is 88 - color contains mainly: blue. Hex color #1A0558 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1A0558 is #E5FAA7. Grayscale: #141414. Windows color (decimal): -15071912 or 5768474. OLE color: 5768474.

HSL color Cylindrical-coordinate representation of color #1A0558: hue angle of 255.18º degrees, saturation: 0.89, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #1A0558 is Cyan = 0.70, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB26588-
CMYK0.700.9400.65
HSL255.18º89.25%18.24%-
HSV(B)255.18º94.32%34.51%-
XYZ2.241.039.31-
YUV20.74165.96131.75-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 21.85%
GREEN value IS 5 (2.34% from 255) = 4.20%
BLUE value IS 88 (34.77% from 255) = 73.95%
R=21.85%
G=4.20%
B=73.95%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal265880.700.9400.65255.1889.2518.24
Hex1A558465E041ff5912
Octal325130106136010137713122
Binary110101011011000100011010111100100000111111111101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A0558

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,5,88); }

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

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

 a { background-color: rgb(26,5,88); }

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

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

 span { border-color: rgb(26,5,88); }

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