Html Css Color HEX #153ABA Persian Blue

📋 copy color: '#153ABA'

red 21 ◦ green 58 ◦ blue 186

#153ABA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Blue #153ABA

Tints of Persian Blue #153ABA

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 value IS 0.89

 M value IS 0.69

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#153ABA (or 0x153ABA) is known color: 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

RGB 21 58 186 -
CMYK 0.89 0.69 0 0.27
HSL 226.55º 0.8% 0.41% -
HSV(B) 226.55º 0.89% 0.73% -
XYZ 10.69 6.73 47.19 -
YUV 61.53 198.24 99.09 -
System Red Green Blue C M Y K H S L
Decimal 21 58 186 0.89 0.69 0 0.27 226.55 0.8 0.41
Hex 15 3A BA 59 45 0 1B E3 50 29
Octal 25 72 272 131 105 0 33 343 120 51
Binary 10101 111010 10111010 1011001 1000101 0 11011 11100011 1010000 101001

Color Harmonies of #153ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #153ABA

Black with #153ABA

Text Example


Text Example

White with #153ABA

Text Example


Text Example

HTML Codes & Css Web 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>