#153ABA

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

Shades of Persian Blue #153ABA

Tints of Persian Blue #153ABA

Color information

#153ABA (or 0x153ABA) is unknown color: approx Persian Blue. HEX triplet: 15, 3A and BA. RGB value is (21,58,186). Sum of RGB (Red+Green+Blue) = 21+58+186=265 (35% of max value = 765). Red value is 21 (8.59% from 255 or 7.92% from 265); Green value is 58 (23.05% from 255 or 21.89% from 265); Blue value is 186 (73.05% from 255 or 70.19% from 265); Max value from RGB is 186 - color contains mainly: blue. Hex color #153ABA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #153ABA is #EAC545. Grayscale: #3C3C3C. Windows color (decimal): -15385926 or 12204565. OLE color: 12204565.

HSL color Cylindrical-coordinate representation of color #153ABA: hue angle of 226.55º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #153ABA is Cyan = 0.89, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB2158186-
CMYK0.890.6900.27
HSL226.55º79.71%40.59%-
HSV(B)226.55º88.71%72.94%-
XYZ10.696.7347.19-
YUV61.53198.2499.09-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 7.92%
GREEN value IS 58 (23.05% from 255) = 21.89%
BLUE value IS 186 (73.05% from 255) = 70.19%
R=7.92%
G=21.89%
B=70.19%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal21581860.890.6900.27226.5579.7140.59
Hex153ABA594501Be35029
Octal257227213110503334312051
Binary101011110101011101010110011000101011011111000111010000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #153ABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #153ABA; }

 p { color: rgb(21,58,186); }

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

<style>
 a { background-color: #153ABA; }

 a { background-color: rgb(21,58,186); }

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

<style>
 span { border-color: #153ABA; }

 span { border-color: rgb(21,58,186); }

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