#152AB3

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

Shades of Persian Blue #152AB3

Tints of Persian Blue #152AB3

Color information

#152AB3 (or 0x152AB3) is unknown color: approx Persian Blue. HEX triplet: 15, 2A and B3. RGB value is (21,42,179). Sum of RGB (Red+Green+Blue) = 21+42+179=242 (32% of max value = 765). Red value is 21 (8.59% from 255 or 8.68% from 242); Green value is 42 (16.80% from 255 or 17.36% from 242); Blue value is 179 (70.31% from 255 or 73.97% from 242); Max value from RGB is 179 - color contains mainly: blue. Hex color #152AB3 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #152AB3 is #EAD54C. Grayscale: #323232. Windows color (decimal): -15390029 or 11741717. OLE color: 11741717.

HSL color Cylindrical-coordinate representation of color #152AB3: hue angle of 232.03º degrees, saturation: 0.79, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #152AB3 is Cyan = 0.88, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB2142179-
CMYK0.880.7700.30
HSL232.03º79%39.22%-
HSV(B)232.03º88.27%70.2%-
XYZ9.275.0743.14-
YUV51.34200.04106.36-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 8.68%
GREEN value IS 42 (16.80% from 255) = 17.36%
BLUE value IS 179 (70.31% from 255) = 73.97%
R=8.68%
G=17.36%
B=73.97%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal21421790.880.7700.30232.037939.22
Hex152AB3584D01Ee84f27
Octal255226313011503635011747
Binary101011010101011001110110001001101011110111010001001111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #152AB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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