#1514C3

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

Shades of Medium Blue #1514C3

Tints of Medium Blue #1514C3

Color information

#1514C3 (or 0x1514C3) is unknown color: approx Medium Blue. HEX triplet: 15, 14 and C3. RGB value is (21,20,195). Sum of RGB (Red+Green+Blue) = 21+20+195=236 (31% of max value = 765). Red value is 21 (8.59% from 255 or 8.90% from 236); Green value is 20 (8.20% from 255 or 8.47% from 236); Blue value is 195 (76.56% from 255 or 82.63% from 236); Max value from RGB is 195 - color contains mainly: blue. Hex color #1514C3 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1514C3 is #EAEB3C. Grayscale: #272727. Windows color (decimal): -15395645 or 12784661. OLE color: 12784661.

HSL color Cylindrical-coordinate representation of color #1514C3: hue angle of 240.34º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1514C3 is Cyan = 0.89, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB2120195-
CMYK0.890.9000.24
HSL240.34º81.4%42.16%-
HSV(B)240.34º89.74%76.47%-
XYZ10.414.651.97-
YUV40.25215.33114.27-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 8.90%
GREEN value IS 20 (8.20% from 255) = 8.47%
BLUE value IS 195 (76.56% from 255) = 82.63%
R=8.90%
G=8.47%
B=82.63%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal21201950.890.9000.24240.3481.442.16
Hex1514C3595A018f0512a
Octal252430313113203036012152
Binary10101101001100001110110011011010011000111100001010001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1514C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1514C3; }

 p { color: rgb(21,20,195); }

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

<style>
 a { background-color: #1514C3; }

 a { background-color: rgb(21,20,195); }

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

<style>
 span { border-color: #1514C3; }

 span { border-color: rgb(21,20,195); }

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