#1A0561

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

Shades of Midnight Blue #1A0561

Tints of Midnight Blue #1A0561

Color information

#1A0561 (or 0x1A0561) is unknown color: approx Midnight Blue. HEX triplet: 1A, 05 and 61. RGB value is (26,5,97). Sum of RGB (Red+Green+Blue) = 26+5+97=128 (16% of max value = 765). Red value is 26 (10.55% from 255 or 20.31% from 128); Green value is 5 (2.34% from 255 or 3.91% from 128); Blue value is 97 (38.28% from 255 or 75.78% from 128); Max value from RGB is 97 - color contains mainly: blue. Hex color #1A0561 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1A0561 is #E5FA9E. Grayscale: #151515. Windows color (decimal): -15071903 or 6358298. OLE color: 6358298.

HSL color Cylindrical-coordinate representation of color #1A0561: hue angle of 253.7º degrees, saturation: 0.9, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #1A0561 is Cyan = 0.73, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB26597-
CMYK0.730.9500.62
HSL253.7º90.2%20%-
HSV(B)253.7º94.85%38.04%-
XYZ2.641.1911.4-
YUV21.77170.46131.02-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 20.31%
GREEN value IS 5 (2.34% from 255) = 3.91%
BLUE value IS 97 (38.28% from 255) = 75.78%
R=20.31%
G=3.91%
B=75.78%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal265970.730.9500.62253.790.220
Hex1A561495F03Efe5a14
Octal32514111113707637613224
Binary11010101110000110010011011111011111011111110101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A0561

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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