#1546C9

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

Shades of Persian Blue #1546C9

Tints of Persian Blue #1546C9

Color information

#1546C9 (or 0x1546C9) is unknown color: approx Persian Blue. HEX triplet: 15, 46 and C9. RGB value is (21,70,201). Sum of RGB (Red+Green+Blue) = 21+70+201=292 (38% of max value = 765). Red value is 21 (8.59% from 255 or 7.19% from 292); Green value is 70 (27.73% from 255 or 23.97% from 292); Blue value is 201 (78.91% from 255 or 68.84% from 292); Max value from RGB is 201 - color contains mainly: blue. Hex color #1546C9 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1546C9 is #EAB936. Grayscale: #454545. Windows color (decimal): -15382839 or 13190677. OLE color: 13190677.

HSL color Cylindrical-coordinate representation of color #1546C9: hue angle of 223.67º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1546C9 is Cyan = 0.90, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB2170201-
CMYK0.900.6500.21
HSL223.67º81.08%43.53%-
HSV(B)223.67º89.55%78.82%-
XYZ13.048.7656.26-
YUV70.28201.7792.85-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 7.19%
GREEN value IS 70 (27.73% from 255) = 23.97%
BLUE value IS 201 (78.91% from 255) = 68.84%
R=7.19%
G=23.97%
B=68.84%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal21702010.900.6500.21223.6781.0843.53
Hex1546C95A41015e0512c
Octal2510631113210102534012154
Binary1010110001101100100110110101000001010101111000001010001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1546C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1546C9; }

 p { color: rgb(21,70,201); }

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

<style>
 a { background-color: #1546C9; }

 a { background-color: rgb(21,70,201); }

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

<style>
 span { border-color: #1546C9; }

 span { border-color: rgb(21,70,201); }

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