#152ECA

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

Shades of Persian Blue #152ECA

Tints of Persian Blue #152ECA

Color information

#152ECA (or 0x152ECA) is unknown color: approx Persian Blue. HEX triplet: 15, 2E and CA. RGB value is (21,46,202). Sum of RGB (Red+Green+Blue) = 21+46+202=269 (35% of max value = 765). Red value is 21 (8.59% from 255 or 7.81% from 269); Green value is 46 (18.36% from 255 or 17.10% from 269); Blue value is 202 (79.30% from 255 or 75.09% from 269); Max value from RGB is 202 - color contains mainly: blue. Hex color #152ECA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #152ECA is #EAD135. Grayscale: #373737. Windows color (decimal): -15388982 or 13250069. OLE color: 13250069.

HSL color Cylindrical-coordinate representation of color #152ECA: hue angle of 231.71º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #152ECA is Cyan = 0.90, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB2146202-
CMYK0.900.7700.21
HSL231.71º81.17%43.73%-
HSV(B)231.71º89.6%79.22%-
XYZ11.956.3856.48-
YUV56.31210.22102.82-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 7.81%
GREEN value IS 46 (18.36% from 255) = 17.10%
BLUE value IS 202 (79.30% from 255) = 75.09%
R=7.81%
G=17.10%
B=75.09%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal21462020.900.7700.21231.7181.1743.73
Hex152ECA5A4D015e8512c
Octal255631213211502535012154
Binary101011011101100101010110101001101010101111010001010001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #152ECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #152ECA; }

 p { color: rgb(21,46,202); }

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

<style>
 a { background-color: #152ECA; }

 a { background-color: rgb(21,46,202); }

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

<style>
 span { border-color: #152ECA; }

 span { border-color: rgb(21,46,202); }

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