#1545B1

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

Shades of Persian Blue #1545B1

Tints of Persian Blue #1545B1

Color information

#1545B1 (or 0x1545B1) is unknown color: approx Persian Blue. HEX triplet: 15, 45 and B1. RGB value is (21,69,177). Sum of RGB (Red+Green+Blue) = 21+69+177=267 (35% of max value = 765). Red value is 21 (8.59% from 255 or 7.87% from 267); Green value is 69 (27.34% from 255 or 25.84% from 267); Blue value is 177 (69.53% from 255 or 66.29% from 267); Max value from RGB is 177 - color contains mainly: blue. Hex color #1545B1 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1545B1 is #EABA4E. Grayscale: #424242. Windows color (decimal): -15383119 or 11617557. OLE color: 11617557.

HSL color Cylindrical-coordinate representation of color #1545B1: hue angle of 221.54º degrees, saturation: 0.79, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1545B1 is Cyan = 0.88, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB2169177-
CMYK0.880.6100.31
HSL221.54º78.79%38.82%-
HSV(B)221.54º88.14%69.41%-
XYZ10.377.5942.51-
YUV66.96190.195.22-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 7.87%
GREEN value IS 69 (27.34% from 255) = 25.84%
BLUE value IS 177 (69.53% from 255) = 66.29%
R=7.87%
G=25.84%
B=66.29%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal21691770.880.6100.31221.5478.7938.82
Hex1545B1583D01Fde4f27
Octal251052611307503733611747
Binary101011000101101100011011000111101011111110111101001111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1545B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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