#1A0568

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

Shades of Midnight Blue #1A0568

Tints of Midnight Blue #1A0568

Color information

#1A0568 (or 0x1A0568) is unknown color: approx Midnight Blue. HEX triplet: 1A, 05 and 68. RGB value is (26,5,104). Sum of RGB (Red+Green+Blue) = 26+5+104=135 (17% of max value = 765). Red value is 26 (10.55% from 255 or 19.26% from 135); Green value is 5 (2.34% from 255 or 3.70% from 135); Blue value is 104 (41.02% from 255 or 77.04% from 135); Max value from RGB is 104 - color contains mainly: blue. Hex color #1A0568 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1A0568 is #E5FA97. Grayscale: #161616. Windows color (decimal): -15071896 or 6817050. OLE color: 6817050.

HSL color Cylindrical-coordinate representation of color #1A0568: hue angle of 252.73º degrees, saturation: 0.91, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #1A0568 is Cyan = 0.75, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB265104-
CMYK0.750.9500.59
HSL252.73º90.83%21.37%-
HSV(B)252.73º95.19%40.78%-
XYZ2.981.3313.2-
YUV22.56173.96130.45-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 19.26%
GREEN value IS 5 (2.34% from 255) = 3.70%
BLUE value IS 104 (41.02% from 255) = 77.04%
R=19.26%
G=3.70%
B=77.04%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal2651040.750.9500.59252.7390.8321.37
Hex1A5684B5F03Bfd5b15
Octal32515011313707337513325
Binary11010101110100010010111011111011101111111101101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A0568

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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