#152CCA

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

Shades of Persian Blue #152CCA

Tints of Persian Blue #152CCA

Color information

#152CCA (or 0x152CCA) is unknown color: approx Persian Blue. HEX triplet: 15, 2C and CA. RGB value is (21,44,202). Sum of RGB (Red+Green+Blue) = 21+44+202=267 (35% of max value = 765). Red value is 21 (8.59% from 255 or 7.87% from 267); Green value is 44 (17.58% from 255 or 16.48% from 267); Blue value is 202 (79.30% from 255 or 75.66% from 267); Max value from RGB is 202 - color contains mainly: blue. Hex color #152CCA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #152CCA is #EAD335. Grayscale: #363636. Windows color (decimal): -15389494 or 13249557. OLE color: 13249557.

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

Color convert

RGB2144202-
CMYK0.900.7800.21
HSL232.38º81.17%43.73%-
HSV(B)232.38º89.6%79.22%-
XYZ11.876.2356.45-
YUV55.14210.88103.65-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 7.87%
GREEN value IS 44 (17.58% from 255) = 16.48%
BLUE value IS 202 (79.30% from 255) = 75.66%
R=7.87%
G=16.48%
B=75.66%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal21442020.900.7800.21232.3881.1743.73
Hex152CCA5A4E015e8512c
Octal255431213211602535012154
Binary101011011001100101010110101001110010101111010001010001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #152CCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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