#1524BB

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

Shades of Persian Blue #1524BB

Tints of Persian Blue #1524BB

Color information

#1524BB (or 0x1524BB) is unknown color: approx Persian Blue. HEX triplet: 15, 24 and BB. RGB value is (21,36,187). Sum of RGB (Red+Green+Blue) = 21+36+187=244 (32% of max value = 765). Red value is 21 (8.59% from 255 or 8.61% from 244); Green value is 36 (14.45% from 255 or 14.75% from 244); Blue value is 187 (73.44% from 255 or 76.64% from 244); Max value from RGB is 187 - color contains mainly: blue. Hex color #1524BB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1524BB is #EADB44. Grayscale: #303030. Windows color (decimal): -15391557 or 12264469. OLE color: 12264469.

HSL color Cylindrical-coordinate representation of color #1524BB: hue angle of 234.58º 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 #1524BB is Cyan = 0.89, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB2136187-
CMYK0.890.8100.27
HSL234.58º79.81%40.78%-
HSV(B)234.58º88.77%73.33%-
XYZ9.915.0147.46-
YUV48.73206.03108.22-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 8.61%
GREEN value IS 36 (14.45% from 255) = 14.75%
BLUE value IS 187 (73.44% from 255) = 76.64%
R=8.61%
G=14.75%
B=76.64%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal21361870.890.8100.27234.5879.8140.78
Hex1524BB595101Beb5029
Octal254427313112103335312051
Binary101011001001011101110110011010001011011111010111010000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1524BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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