#1527D8

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

Shades of Persian Blue #1527D8

Tints of Persian Blue #1527D8

Color information

#1527D8 (or 0x1527D8) is unknown color: approx Persian Blue. HEX triplet: 15, 27 and D8. RGB value is (21,39,216). Sum of RGB (Red+Green+Blue) = 21+39+216=276 (36% of max value = 765). Red value is 21 (8.59% from 255 or 7.61% from 276); Green value is 39 (15.62% from 255 or 14.13% from 276); Blue value is 216 (84.77% from 255 or 78.26% from 276); Max value from RGB is 216 - color contains mainly: blue. Hex color #1527D8 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1527D8 is #EAD827. Grayscale: #353535. Windows color (decimal): -15390760 or 14165781. OLE color: 14165781.

HSL color Cylindrical-coordinate representation of color #1527D8: hue angle of 234.46º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1527D8 is Cyan = 0.90, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB2139216-
CMYK0.900.8200.15
HSL234.46º82.28%46.47%-
HSV(B)234.46º90.28%84.71%-
XYZ13.436.5765.53-
YUV53.8219.54104.61-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 7.61%
GREEN value IS 39 (15.62% from 255) = 14.13%
BLUE value IS 216 (84.77% from 255) = 78.26%
R=7.61%
G=14.13%
B=78.26%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21392160.900.8200.15234.4682.2846.47
Hex1527D85A520Fea522e
Octal254733013212201735212256
Binary10101100111110110001011010101001001111111010101010010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1527D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1527D8; }

 p { color: rgb(21,39,216); }

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

<style>
 a { background-color: #1527D8; }

 a { background-color: rgb(21,39,216); }

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

<style>
 span { border-color: #1527D8; }

 span { border-color: rgb(21,39,216); }

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