Html Css Color HEX #153ABF Persian Blue

📋 copy color: '#153ABF'

red 21 ◦ green 58 ◦ blue 191

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

Shades of Persian Blue #153ABF

Tints of Persian Blue #153ABF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 70.74%

R = 7.78%
G = 21.48%
B = 70.74%

CMYK

 C value IS 0.89

 M value IS 0.70

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#153ABF (or 0x153ABF) is known color: Persian Blue. HEX triplet: 15, 3A and BF. RGB value is (21,58,191). Sum of RGB (Red+Green+Blue) = 21+58+191=270 (35% of max value = 765). Red value is 21 (8.59% from 255 or 7.78% from 270); Green value is 58 (23.05% from 255 or 21.48% from 270); Blue value is 191 (75% from 255 or 70.74% from 270); Max value from RGB is 191 - color contains mainly: blue. Hex color #153ABF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #153ABF is #EAC540. Grayscale: #3D3D3D. Windows color (decimal): -15385921 or 12532245. OLE color: 12532245.

HSL color Cylindrical-coordinate representation of color #153ABF: hue angle of 226.94º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #153ABF is Cyan = 0.89, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 21 58 191 -
CMYK 0.89 0.70 0 0.25
HSL 226.94º 0.8% 0.42% -
HSV(B) 226.94º 0.89% 0.75% -
XYZ 11.23 6.95 50.04 -
YUV 62.1 200.74 98.69 -
System Red Green Blue C M Y K H S L
Decimal 21 58 191 0.89 0.70 0 0.25 226.94 0.8 0.42
Hex 15 3A BF 59 46 0 19 E3 50 2A
Octal 25 72 277 131 106 0 31 343 120 52
Binary 10101 111010 10111111 1011001 1000110 0 11001 11100011 1010000 101010

Color Harmonies of #153ABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #153ABF

Black with #153ABF

Text Example


Text Example

White with #153ABF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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