#1545BD

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

Shades of Persian Blue #1545BD

Tints of Persian Blue #1545BD

Color information

#1545BD (or 0x1545BD) is unknown color: approx Persian Blue. HEX triplet: 15, 45 and BD. RGB value is (21,69,189). Sum of RGB (Red+Green+Blue) = 21+69+189=279 (36% of max value = 765). Red value is 21 (8.59% from 255 or 7.53% from 279); Green value is 69 (27.34% from 255 or 24.73% from 279); Blue value is 189 (74.22% from 255 or 67.74% from 279); Max value from RGB is 189 - color contains mainly: blue. Hex color #1545BD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1545BD is #EABA42. Grayscale: #434343. Windows color (decimal): -15383107 or 12403989. OLE color: 12403989.

HSL color Cylindrical-coordinate representation of color #1545BD: hue angle of 222.86º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1545BD is Cyan = 0.89, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB2169189-
CMYK0.890.6300.26
HSL222.86º80%41.18%-
HSV(B)222.86º88.89%74.12%-
XYZ11.628.0949.09-
YUV68.33196.194.24-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 7.53%
GREEN value IS 69 (27.34% from 255) = 24.73%
BLUE value IS 189 (74.22% from 255) = 67.74%
R=7.53%
G=24.73%
B=67.74%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal21691890.890.6300.26222.868041.18
Hex1545BD593F01Adf5029
Octal251052751317703233712051
Binary101011000101101111011011001111111011010110111111010000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1545BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1545BD; }

 p { color: rgb(21,69,189); }

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

<style>
 a { background-color: #1545BD; }

 a { background-color: rgb(21,69,189); }

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

<style>
 span { border-color: #1545BD; }

 span { border-color: rgb(21,69,189); }

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