#1A0A61

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

Shades of Midnight Blue #1A0A61

Tints of Midnight Blue #1A0A61

Color information

#1A0A61 (or 0x1A0A61) is unknown color: approx Midnight Blue. HEX triplet: 1A, 0A and 61. RGB value is (26,10,97). Sum of RGB (Red+Green+Blue) = 26+10+97=133 (17% of max value = 765). Red value is 26 (10.55% from 255 or 19.55% from 133); Green value is 10 (4.30% from 255 or 7.52% from 133); Blue value is 97 (38.28% from 255 or 72.93% from 133); Max value from RGB is 97 - color contains mainly: blue. Hex color #1A0A61 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1A0A61 is #E5F59E. Grayscale: #181818. Windows color (decimal): -15070623 or 6359578. OLE color: 6359578.

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

Color convert

RGB261097-
CMYK0.730.9000.62
HSL251.03º81.31%20.98%-
HSV(B)251.03º89.69%38.04%-
XYZ2.691.311.42-
YUV24.7168.8128.93-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 19.55%
GREEN value IS 10 (4.30% from 255) = 7.52%
BLUE value IS 97 (38.28% from 255) = 72.93%
R=19.55%
G=7.52%
B=72.93%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2610970.730.9000.62251.0381.3120.98
Hex1AA61495A03Efb5115
Octal321214111113207637312125
Binary110101010110000110010011011010011111011111011101000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A0A61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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