#1A116C

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

Shades of Midnight Blue #1A116C

Tints of Midnight Blue #1A116C

Color information

#1A116C (or 0x1A116C) is unknown color: approx Midnight Blue. HEX triplet: 1A, 11 and 6C. RGB value is (26,17,108). Sum of RGB (Red+Green+Blue) = 26+17+108=151 (20% of max value = 765). Red value is 26 (10.55% from 255 or 17.22% from 151); Green value is 17 (7.03% from 255 or 11.26% from 151); Blue value is 108 (42.58% from 255 or 71.52% from 151); Max value from RGB is 108 - color contains mainly: blue. Hex color #1A116C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1A116C is #E5EE93. Grayscale: #1D1D1D. Windows color (decimal): -15068820 or 7082266. OLE color: 7082266.

HSL color Cylindrical-coordinate representation of color #1A116C: hue angle of 245.93º degrees, saturation: 0.73, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1A116C is Cyan = 0.76, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB2617108-
CMYK0.760.8400.58
HSL245.93º72.8%24.51%-
HSV(B)245.93º84.26%42.35%-
XYZ3.331.714.34-
YUV30.06171.98125.1-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 17.22%
GREEN value IS 17 (7.03% from 255) = 11.26%
BLUE value IS 108 (42.58% from 255) = 71.52%
R=17.22%
G=11.26%
B=71.52%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal26171080.760.8400.58245.9372.824.51
Hex1A116C4C5403Af64919
Octal322115411412407236611131
Binary1101010001110110010011001010100011101011110110100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A116C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,17,108); }

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

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

 a { background-color: rgb(26,17,108); }

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

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

 span { border-color: rgb(26,17,108); }

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