Html Css Color HEX #153AB9 Persian Blue

📋 copy color: '#153AB9'

red 21 ◦ green 58 ◦ blue 185

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

Shades of Persian Blue #153AB9

Tints of Persian Blue #153AB9

RGB

 RED value IS 21 (8.59% from 255) = 7.95%

 GREEN value IS 58 (23.05% from 255) = 21.97%

 BLUE value IS 185 (72.66% from 255) = 70.08%

R = 7.95%
G = 21.97%
B = 70.08%

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

#153AB9 (or 0x153AB9) is known color: Persian Blue. HEX triplet: 15, 3A and B9. RGB value is (21,58,185). Sum of RGB (Red+Green+Blue) = 21+58+185=264 (34% of max value = 765). Red value is 21 (8.59% from 255 or 7.95% from 264); Green value is 58 (23.05% from 255 or 21.97% from 264); Blue value is 185 (72.66% from 255 or 70.08% from 264); Max value from RGB is 185 - color contains mainly: blue. Hex color #153AB9 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #153AB9 is #EAC546. Grayscale: #3C3C3C. Windows color (decimal): -15385927 or 12139029. OLE color: 12139029.

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

Color convert

RGB 21 58 185 -
CMYK 0.89 0.69 0 0.27
HSL 226.46º 0.8% 0.4% -
HSV(B) 226.46º 0.89% 0.73% -
XYZ 10.58 6.69 46.63 -
YUV 61.42 197.74 99.17 -
System Red Green Blue C M Y K H S L
Decimal 21 58 185 0.89 0.69 0 0.27 226.46 0.8 0.4
Hex 15 3A B9 59 45 0 1B E2 50 28
Octal 25 72 271 131 105 0 33 342 120 50
Binary 10101 111010 10111001 1011001 1000101 0 11011 11100010 1010000 101000

Color Harmonies of #153AB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #153AB9

Black with #153AB9

Text Example


Text Example

White with #153AB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #153AB9;
 }
 .AnyTagClassName
 {
   color: #153AB9;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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