#1518BE

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

Shades of Medium Blue #1518BE

Tints of Medium Blue #1518BE

Color information

#1518BE (or 0x1518BE) is unknown color: approx Medium Blue. HEX triplet: 15, 18 and BE. RGB value is (21,24,190). Sum of RGB (Red+Green+Blue) = 21+24+190=235 (31% of max value = 765). Red value is 21 (8.59% from 255 or 8.94% from 235); Green value is 24 (9.77% from 255 or 10.21% from 235); Blue value is 190 (74.61% from 255 or 80.85% from 235); Max value from RGB is 190 - color contains mainly: blue. Hex color #1518BE is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1518BE is #EAE741. Grayscale: #292929. Windows color (decimal): -15394626 or 12458005. OLE color: 12458005.

HSL color Cylindrical-coordinate representation of color #1518BE: hue angle of 238.93º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1518BE is Cyan = 0.89, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB2124190-
CMYK0.890.8700.25
HSL238.93º80.09%41.37%-
HSV(B)238.93º88.95%74.51%-
XYZ9.934.5349.07-
YUV42.03211.51113-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 8.94%
GREEN value IS 24 (9.77% from 255) = 10.21%
BLUE value IS 190 (74.61% from 255) = 80.85%
R=8.94%
G=10.21%
B=80.85%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal21241900.890.8700.25238.9380.0941.37
Hex1518BE5957019ef5029
Octal253027613112703135712051
Binary10101110001011111010110011010111011001111011111010000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1518BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1518BE; }

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

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

<style>
 a { background-color: #1518BE; }

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

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

<style>
 span { border-color: #1518BE; }

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

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