#1521BB

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

Shades of Persian Blue #1521BB

Tints of Persian Blue #1521BB

Color information

#1521BB (or 0x1521BB) is unknown color: approx Persian Blue. HEX triplet: 15, 21 and BB. RGB value is (21,33,187). Sum of RGB (Red+Green+Blue) = 21+33+187=241 (31% of max value = 765). Red value is 21 (8.59% from 255 or 8.71% from 241); Green value is 33 (13.28% from 255 or 13.69% from 241); Blue value is 187 (73.44% from 255 or 77.59% from 241); Max value from RGB is 187 - color contains mainly: blue. Hex color #1521BB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1521BB is #EADE44. Grayscale: #2E2E2E. Windows color (decimal): -15392325 or 12263701. OLE color: 12263701.

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

Color convert

RGB2133187-
CMYK0.890.8200.27
HSL235.66º79.81%40.78%-
HSV(B)235.66º88.77%73.33%-
XYZ9.824.8347.43-
YUV46.97207.02109.48-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 8.71%
GREEN value IS 33 (13.28% from 255) = 13.69%
BLUE value IS 187 (73.44% from 255) = 77.59%
R=8.71%
G=13.69%
B=77.59%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal21331870.890.8200.27235.6679.8140.78
Hex1521BB595201Bec5029
Octal254127313112203335412051
Binary101011000011011101110110011010010011011111011001010000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1521BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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