#152BCA

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

Shades of Persian Blue #152BCA

Tints of Persian Blue #152BCA

Color information

#152BCA (or 0x152BCA) is unknown color: approx Persian Blue. HEX triplet: 15, 2B and CA. RGB value is (21,43,202). Sum of RGB (Red+Green+Blue) = 21+43+202=266 (35% of max value = 765). Red value is 21 (8.59% from 255 or 7.89% from 266); Green value is 43 (17.19% from 255 or 16.17% from 266); Blue value is 202 (79.30% from 255 or 75.94% from 266); Max value from RGB is 202 - color contains mainly: blue. Hex color #152BCA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #152BCA is #EAD435. Grayscale: #353535. Windows color (decimal): -15389750 or 13249301. OLE color: 13249301.

HSL color Cylindrical-coordinate representation of color #152BCA: hue angle of 232.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 #152BCA is Cyan = 0.90, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB2143202-
CMYK0.900.7900.21
HSL232.71º81.17%43.73%-
HSV(B)232.71º89.6%79.22%-
XYZ11.836.1556.44-
YUV54.55211.21104.07-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 7.89%
GREEN value IS 43 (17.19% from 255) = 16.17%
BLUE value IS 202 (79.30% from 255) = 75.94%
R=7.89%
G=16.17%
B=75.94%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal21432020.900.7900.21232.7181.1743.73
Hex152BCA5A4F015e9512c
Octal255331213211702535112154
Binary101011010111100101010110101001111010101111010011010001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #152BCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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