#1541DD

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

Shades of Persian Blue #1541DD

Tints of Persian Blue #1541DD

Color information

#1541DD (or 0x1541DD) is unknown color: approx Persian Blue. HEX triplet: 15, 41 and DD. RGB value is (21,65,221). Sum of RGB (Red+Green+Blue) = 21+65+221=307 (40% of max value = 765). Red value is 21 (8.59% from 255 or 6.84% from 307); Green value is 65 (25.78% from 255 or 21.17% from 307); Blue value is 221 (86.72% from 255 or 71.99% from 307); Max value from RGB is 221 - color contains mainly: blue. Hex color #1541DD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1541DD is #EABE22. Grayscale: #444444. Windows color (decimal): -15384099 or 14500117. OLE color: 14500117.

HSL color Cylindrical-coordinate representation of color #1541DD: hue angle of 226.8º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1541DD is Cyan = 0.90, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB2165221-
CMYK0.900.7100.13
HSL226.8º82.64%47.45%-
HSV(B)226.8º90.5%86.67%-
XYZ15.259.1669.37-
YUV69.63213.4293.32-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 6.84%
GREEN value IS 65 (25.78% from 255) = 21.17%
BLUE value IS 221 (86.72% from 255) = 71.99%
R=6.84%
G=21.17%
B=71.99%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal21652210.900.7100.13226.882.6447.45
Hex1541DD5A470De3532f
Octal2510133513210701534312357
Binary101011000001110111011011010100011101101111000111010011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1541DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1541DD; }

 p { color: rgb(21,65,221); }

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

<style>
 a { background-color: #1541DD; }

 a { background-color: rgb(21,65,221); }

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

<style>
 span { border-color: #1541DD; }

 span { border-color: rgb(21,65,221); }

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