#1536B2

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

Shades of Persian Blue #1536B2

Tints of Persian Blue #1536B2

Color information

#1536B2 (or 0x1536B2) is unknown color: approx Persian Blue. HEX triplet: 15, 36 and B2. RGB value is (21,54,178). Sum of RGB (Red+Green+Blue) = 21+54+178=253 (33% of max value = 765). Red value is 21 (8.59% from 255 or 8.30% from 253); Green value is 54 (21.48% from 255 or 21.34% from 253); Blue value is 178 (69.92% from 255 or 70.36% from 253); Max value from RGB is 178 - color contains mainly: blue. Hex color #1536B2 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1536B2 is #EAC94D. Grayscale: #393939. Windows color (decimal): -15386958 or 11679253. OLE color: 11679253.

HSL color Cylindrical-coordinate representation of color #1536B2: hue angle of 227.39º degrees, saturation: 0.79, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1536B2 is Cyan = 0.88, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB2154178-
CMYK0.880.7000.30
HSL227.39º78.89%39.02%-
HSV(B)227.39º88.2%69.8%-
XYZ9.666.0142.77-
YUV58.27195.57101.42-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 8.30%
GREEN value IS 54 (21.48% from 255) = 21.34%
BLUE value IS 178 (69.92% from 255) = 70.36%
R=8.30%
G=21.34%
B=70.36%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal21541780.880.7000.30227.3978.8939.02
Hex1536B2584601Ee34f27
Octal256626213010603634311747
Binary101011101101011001010110001000110011110111000111001111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1536B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1536B2; }

 p { color: rgb(21,54,178); }

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

<style>
 a { background-color: #1536B2; }

 a { background-color: rgb(21,54,178); }

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

<style>
 span { border-color: #1536B2; }

 span { border-color: rgb(21,54,178); }

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