#1A0C5E

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

Shades of Midnight Blue #1A0C5E

Tints of Midnight Blue #1A0C5E

Color information

#1A0C5E (or 0x1A0C5E) is unknown color: approx Midnight Blue. HEX triplet: 1A, 0C and 5E. RGB value is (26,12,94). Sum of RGB (Red+Green+Blue) = 26+12+94=132 (17% of max value = 765). Red value is 26 (10.55% from 255 or 19.70% from 132); Green value is 12 (5.08% from 255 or 9.09% from 132); Blue value is 94 (37.11% from 255 or 71.21% from 132); Max value from RGB is 94 - color contains mainly: blue. Hex color #1A0C5E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1A0C5E is #E5F3A1. Grayscale: #191919. Windows color (decimal): -15070114 or 6163482. OLE color: 6163482.

HSL color Cylindrical-coordinate representation of color #1A0C5E: hue angle of 250.24º degrees, saturation: 0.77, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1A0C5E is Cyan = 0.72, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB261294-
CMYK0.720.8700.63
HSL250.24º77.36%20.78%-
HSV(B)250.24º87.23%36.86%-
XYZ2.581.2910.7-
YUV25.53166.64128.33-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 19.70%
GREEN value IS 12 (5.08% from 255) = 9.09%
BLUE value IS 94 (37.11% from 255) = 71.21%
R=19.70%
G=9.09%
B=71.21%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal2612940.720.8700.63250.2477.3620.78
Hex1AC5E485703Ffa4d15
Octal321413611012707737211525
Binary110101100101111010010001010111011111111111010100110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A0C5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,12,94); }

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

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

 a { background-color: rgb(26,12,94); }

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

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

 span { border-color: rgb(26,12,94); }

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