#1815EC

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

Shades of Blue #1815EC

Tints of Blue #1815EC

Color information

#1815EC (or 0x1815EC) is unknown color: approx Blue. HEX triplet: 18, 15 and EC. RGB value is (24,21,236). Sum of RGB (Red+Green+Blue) = 24+21+236=281 (37% of max value = 765). Red value is 24 (9.77% from 255 or 8.54% from 281); Green value is 21 (8.59% from 255 or 7.47% from 281); Blue value is 236 (92.58% from 255 or 83.99% from 281); Max value from RGB is 236 - color contains mainly: blue. Hex color #1815EC is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #1815EC is #E7EA13. Grayscale: #2D2D2D. Windows color (decimal): -15198740 or 15471896. OLE color: 15471896.

HSL color Cylindrical-coordinate representation of color #1815EC: hue angle of 240.84º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1815EC is Cyan = 0.90, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB2421236-
CMYK0.900.9100.07
HSL240.84º84.98%50.39%-
HSV(B)240.84º91.1%92.55%-
XYZ15.796.7979.83-
YUV46.41234.99112.02-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 8.54%
GREEN value IS 21 (8.59% from 255) = 7.47%
BLUE value IS 236 (92.58% from 255) = 83.99%
R=8.54%
G=7.47%
B=83.99%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal24212360.900.9100.07240.8484.9850.39
Hex1815EC5A5B07f15532
Octal30253541321330736112562
Binary110001010111101100101101010110110111111100011010101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1815EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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