#1A15CA

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

Shades of Medium Blue #1A15CA

Tints of Medium Blue #1A15CA

Color information

#1A15CA (or 0x1A15CA) is unknown color: approx Medium Blue. HEX triplet: 1A, 15 and CA. RGB value is (26,21,202). Sum of RGB (Red+Green+Blue) = 26+21+202=249 (32% of max value = 765). Red value is 26 (10.55% from 255 or 10.44% from 249); Green value is 21 (8.59% from 255 or 8.43% from 249); Blue value is 202 (79.30% from 255 or 81.12% from 249); Max value from RGB is 202 - color contains mainly: blue. Hex color #1A15CA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1A15CA is #E5EA35. Grayscale: #2A2A2A. Windows color (decimal): -15067702 or 13243674. OLE color: 13243674.

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

Color convert

RGB2621202-
CMYK0.870.9000.21
HSL241.66º81.17%43.73%-
HSV(B)241.66º89.6%79.22%-
XYZ11.355.0256.25-
YUV43.13217.66115.78-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 10.44%
GREEN value IS 21 (8.59% from 255) = 8.43%
BLUE value IS 202 (79.30% from 255) = 81.12%
R=10.44%
G=8.43%
B=81.12%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal26212020.870.9000.21241.6681.1743.73
Hex1A15CA575A015f2512c
Octal322531212713202536212154
Binary11010101011100101010101111011010010101111100101010001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A15CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,21,202); }

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

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

 a { background-color: rgb(26,21,202); }

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

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

 span { border-color: rgb(26,21,202); }

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