#1518BB

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

Shades of Persian Blue #1518BB

Tints of Persian Blue #1518BB

Color information

#1518BB (or 0x1518BB) is unknown color: approx Persian Blue. HEX triplet: 15, 18 and BB. RGB value is (21,24,187). Sum of RGB (Red+Green+Blue) = 21+24+187=232 (30% of max value = 765). Red value is 21 (8.59% from 255 or 9.05% from 232); Green value is 24 (9.77% from 255 or 10.34% from 232); Blue value is 187 (73.44% from 255 or 80.60% from 232); Max value from RGB is 187 - color contains mainly: blue. Hex color #1518BB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1518BB is #EAE744. Grayscale: #292929. Windows color (decimal): -15394629 or 12261397. OLE color: 12261397.

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

Color convert

RGB2124187-
CMYK0.890.8700.27
HSL238.92º79.81%40.78%-
HSV(B)238.92º88.77%73.33%-
XYZ9.614.447.36-
YUV41.68210.01113.25-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 9.05%
GREEN value IS 24 (9.77% from 255) = 10.34%
BLUE value IS 187 (73.44% from 255) = 80.60%
R=9.05%
G=10.34%
B=80.60%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal21241870.890.8700.27238.9279.8140.78
Hex1518BB595701Bef5029
Octal253027313112703335712051
Binary10101110001011101110110011010111011011111011111010000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1518BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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