#1534E6

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

Shades of Persian Blue #1534E6

Tints of Persian Blue #1534E6

Color information

#1534E6 (or 0x1534E6) is unknown color: approx Persian Blue. HEX triplet: 15, 34 and E6. RGB value is (21,52,230). Sum of RGB (Red+Green+Blue) = 21+52+230=303 (40% of max value = 765). Red value is 21 (8.59% from 255 or 6.93% from 303); Green value is 52 (20.70% from 255 or 17.16% from 303); Blue value is 230 (90.23% from 255 or 75.91% from 303); Max value from RGB is 230 - color contains mainly: blue. Hex color #1534E6 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1534E6 is #EACB19. Grayscale: #3E3E3E. Windows color (decimal): -15387418 or 15086613. OLE color: 15086613.

HSL color Cylindrical-coordinate representation of color #1534E6: hue angle of 231.1º degrees, saturation: 0.83, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1534E6 is Cyan = 0.91, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB2152230-
CMYK0.910.7700.10
HSL231.1º83.27%49.22%-
HSV(B)231.1º90.87%90.2%-
XYZ15.828.3375.64-
YUV63.02222.2398.03-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 6.93%
GREEN value IS 52 (20.70% from 255) = 17.16%
BLUE value IS 230 (90.23% from 255) = 75.91%
R=6.93%
G=17.16%
B=75.91%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal21522300.910.7700.10231.183.2749.22
Hex1534E65B4D0Ae75331
Octal256434613311501234712361
Binary10101110100111001101011011100110101010111001111010011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1534E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1534E6; }

 p { color: rgb(21,52,230); }

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

<style>
 a { background-color: #1534E6; }

 a { background-color: rgb(21,52,230); }

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

<style>
 span { border-color: #1534E6; }

 span { border-color: rgb(21,52,230); }

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