#152ACA

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

Shades of Persian Blue #152ACA

Tints of Persian Blue #152ACA

Color information

#152ACA (or 0x152ACA) is unknown color: approx Persian Blue. HEX triplet: 15, 2A and CA. RGB value is (21,42,202). Sum of RGB (Red+Green+Blue) = 21+42+202=265 (35% of max value = 765). Red value is 21 (8.59% from 255 or 7.92% from 265); Green value is 42 (16.80% from 255 or 15.85% from 265); Blue value is 202 (79.30% from 255 or 76.23% from 265); Max value from RGB is 202 - color contains mainly: blue. Hex color #152ACA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #152ACA is #EAD535. Grayscale: #353535. Windows color (decimal): -15390006 or 13249045. OLE color: 13249045.

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

Color convert

RGB2142202-
CMYK0.900.7900.21
HSL233.04º81.17%43.73%-
HSV(B)233.04º89.6%79.22%-
XYZ11.86.0856.43-
YUV53.96211.54104.49-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 7.92%
GREEN value IS 42 (16.80% from 255) = 15.85%
BLUE value IS 202 (79.30% from 255) = 76.23%
R=7.92%
G=15.85%
B=76.23%

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
Decimal21422020.900.7900.21233.0481.1743.73
Hex152ACA5A4F015e9512c
Octal255231213211702535112154
Binary101011010101100101010110101001111010101111010011010001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #152ACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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