#1535EB

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

Shades of Persian Blue #1535EB

Tints of Persian Blue #1535EB

Color information

#1535EB (or 0x1535EB) is unknown color: approx Persian Blue. HEX triplet: 15, 35 and EB. RGB value is (21,53,235). Sum of RGB (Red+Green+Blue) = 21+53+235=309 (40% of max value = 765). Red value is 21 (8.59% from 255 or 6.80% from 309); Green value is 53 (21.09% from 255 or 17.15% from 309); Blue value is 235 (92.19% from 255 or 76.05% from 309); Max value from RGB is 235 - color contains mainly: blue. Hex color #1535EB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1535EB is #EACA14. Grayscale: #3F3F3F. Windows color (decimal): -15387157 or 15414549. OLE color: 15414549.

HSL color Cylindrical-coordinate representation of color #1535EB: hue angle of 231.03º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1535EB is Cyan = 0.91, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB2153235-
CMYK0.910.7700.08
HSL231.03º84.25%50.2%-
HSV(B)231.03º91.06%92.16%-
XYZ16.588.779.4-
YUV64.18224.497.2-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 6.80%
GREEN value IS 53 (21.09% from 255) = 17.15%
BLUE value IS 235 (92.19% from 255) = 76.05%
R=6.80%
G=17.15%
B=76.05%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal21532350.910.7700.08231.0384.2550.2
Hex1535EB5B4D08e75432
Octal256535313311501034712462
Binary10101110101111010111011011100110101000111001111010100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1535EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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