#1A16D7

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

Shades of Medium Blue #1A16D7

Tints of Medium Blue #1A16D7

Color information

#1A16D7 (or 0x1A16D7) is unknown color: approx Medium Blue. HEX triplet: 1A, 16 and D7. RGB value is (26,22,215). Sum of RGB (Red+Green+Blue) = 26+22+215=263 (34% of max value = 765). Red value is 26 (10.55% from 255 or 9.89% from 263); Green value is 22 (8.98% from 255 or 8.37% from 263); Blue value is 215 (84.38% from 255 or 81.75% from 263); Max value from RGB is 215 - color contains mainly: blue. Hex color #1A16D7 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1A16D7 is #E5E928. Grayscale: #2C2C2C. Windows color (decimal): -15067433 or 14095898. OLE color: 14095898.

HSL color Cylindrical-coordinate representation of color #1A16D7: hue angle of 241.24º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1A16D7 is Cyan = 0.88, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB2622215-
CMYK0.880.9000.16
HSL241.24º81.43%46.47%-
HSV(B)241.24º89.77%84.31%-
XYZ12.985.764.71-
YUV45.2223.83114.31-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 9.89%
GREEN value IS 22 (8.98% from 255) = 8.37%
BLUE value IS 215 (84.38% from 255) = 81.75%
R=9.89%
G=8.37%
B=81.75%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal26222150.880.9000.16241.2481.4346.47
Hex1A16D7585A010f1512e
Octal322632713013202036112156
Binary11010101101101011110110001011010010000111100011010001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A16D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,22,215); }

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

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

 a { background-color: rgb(26,22,215); }

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

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

 span { border-color: rgb(26,22,215); }

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