#152bb5

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

Shades of Persian Blue #152BB5

Tints of Persian Blue #152BB5

Color information

#152BB5 (or 0x152BB5) is unknown color: approx Persian Blue. HEX triplet: 15, 2B and B5. RGB value is (21,43,181). Sum of RGB (Red+Green+Blue) = 21+43+181=245 (32% of max value = 765). Red value is 21 (8.59% from 255 or 8.57% from 245); Green value is 43 (17.19% from 255 or 17.55% from 245); Blue value is 181 (71.09% from 255 or 73.88% from 245); Max value from RGB is 181 - color contains mainly: blue. Hex color #152BB5 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #152BB5 is #EAD44A. Grayscale: #333333. Windows color (decimal): -15389771 or 11873045. OLE color: 11873045.

HSL color Cylindrical-coordinate representation of color #152BB5: hue angle of 231.75º degrees, saturation: 0.79, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #152BB5 is Cyan = 0.88, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB2143181-
CMYK0.880.7600.29
HSL231.75º79.21%39.61%-
HSV(B)231.75º88.4%70.98%-
XYZ9.515.2244.22-
YUV52.15200.71105.78-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 8.57%
GREEN value IS 43 (17.19% from 255) = 17.55%
BLUE value IS 181 (71.09% from 255) = 73.88%
R=8.57%
G=17.55%
B=73.88%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal21431810.880.7600.29231.7579.2139.61
Hex152BB5584C01De84f28
Octal255326513011403535011750
Binary101011010111011010110110001001100011101111010001001111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #152bb5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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