#1535F1

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

Shades of Persian Blue #1535F1

Tints of Persian Blue #1535F1

Color information

#1535F1 (or 0x1535F1) is unknown color: approx Persian Blue. HEX triplet: 15, 35 and F1. RGB value is (21,53,241). Sum of RGB (Red+Green+Blue) = 21+53+241=315 (41% of max value = 765). Red value is 21 (8.59% from 255 or 6.67% from 315); Green value is 53 (21.09% from 255 or 16.83% from 315); Blue value is 241 (94.53% from 255 or 76.51% from 315); Max value from RGB is 241 - color contains mainly: blue. Hex color #1535F1 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1535F1 is #EACA0E. Grayscale: #404040. Windows color (decimal): -15387151 or 15807765. OLE color: 15807765.

HSL color Cylindrical-coordinate representation of color #1535F1: hue angle of 231.27º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1535F1 is Cyan = 0.91, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB2153241-
CMYK0.910.7800.05
HSL231.27º88.71%51.37%-
HSV(B)231.27º91.29%94.51%-
XYZ17.469.0684.05-
YUV64.86227.496.71-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 6.67%
GREEN value IS 53 (21.09% from 255) = 16.83%
BLUE value IS 241 (94.53% from 255) = 76.51%
R=6.67%
G=16.83%
B=76.51%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal21532410.910.7800.05231.2788.7151.37
Hex1535F15B4E05e75933
Octal25653611331160534713163
Binary1010111010111110001101101110011100101111001111011001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1535F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1535F1; }

 p { color: rgb(21,53,241); }

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

<style>
 a { background-color: #1535F1; }

 a { background-color: rgb(21,53,241); }

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

<style>
 span { border-color: #1535F1; }

 span { border-color: rgb(21,53,241); }

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