#1536EE

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

Shades of Persian Blue #1536EE

Tints of Persian Blue #1536EE

Color information

#1536EE (or 0x1536EE) is unknown color: approx Persian Blue. HEX triplet: 15, 36 and EE. RGB value is (21,54,238). Sum of RGB (Red+Green+Blue) = 21+54+238=313 (41% of max value = 765). Red value is 21 (8.59% from 255 or 6.71% from 313); Green value is 54 (21.48% from 255 or 17.25% from 313); Blue value is 238 (93.36% from 255 or 76.04% from 313); Max value from RGB is 238 - color contains mainly: blue. Hex color #1536EE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1536EE is #EAC911. Grayscale: #404040. Windows color (decimal): -15386898 or 15611413. OLE color: 15611413.

HSL color Cylindrical-coordinate representation of color #1536EE: hue angle of 230.88º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1536EE is Cyan = 0.91, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB2154238-
CMYK0.910.7700.07
HSL230.88º86.45%50.78%-
HSV(B)230.88º91.18%93.33%-
XYZ17.068.9781.72-
YUV65.11225.5796.54-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 6.71%
GREEN value IS 54 (21.48% from 255) = 17.25%
BLUE value IS 238 (93.36% from 255) = 76.04%
R=6.71%
G=17.25%
B=76.04%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal21542380.910.7700.07230.8886.4550.78
Hex1536EE5B4D07e75633
Octal25663561331150734712663
Binary1010111011011101110101101110011010111111001111010110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1536EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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