#1815CA

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

Shades of Medium Blue #1815CA

Tints of Medium Blue #1815CA

Color information

#1815CA (or 0x1815CA) is unknown color: approx Medium Blue. HEX triplet: 18, 15 and CA. RGB value is (24,21,202). Sum of RGB (Red+Green+Blue) = 24+21+202=247 (32% of max value = 765). Red value is 24 (9.77% from 255 or 9.72% from 247); Green value is 21 (8.59% from 255 or 8.50% from 247); Blue value is 202 (79.30% from 255 or 81.78% from 247); Max value from RGB is 202 - color contains mainly: blue. Hex color #1815CA is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1815CA is #E7EA35. Grayscale: #292929. Windows color (decimal): -15198774 or 13243672. OLE color: 13243672.

HSL color Cylindrical-coordinate representation of color #1815CA: hue angle of 240.99º 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 #1815CA is Cyan = 0.88, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB2421202-
CMYK0.880.9000.21
HSL240.99º81.17%43.73%-
HSV(B)240.99º89.6%79.22%-
XYZ11.314.9956.25-
YUV42.53217.99114.78-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 9.72%
GREEN value IS 21 (8.59% from 255) = 8.50%
BLUE value IS 202 (79.30% from 255) = 81.78%
R=9.72%
G=8.50%
B=81.78%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal24212020.880.9000.21240.9981.1743.73
Hex1815CA585A015f1512c
Octal302531213013202536112154
Binary11000101011100101010110001011010010101111100011010001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1815CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1815CA; }

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

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

<style>
 a { background-color: #1815CA; }

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

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

<style>
 span { border-color: #1815CA; }

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

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