Html Css Color HEX #153BBF Persian Blue

📋 copy color: '#153BBF'

red 21 ◦ green 59 ◦ blue 191

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

Shades of Persian Blue #153BBF

Tints of Persian Blue #153BBF

RGB

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

 GREEN value IS 59 (23.44% from 255) = 21.77%

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

R = 7.75%
G = 21.77%
B = 70.48%

CMYK

 C value IS 0.89

 M value IS 0.69

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#153BBF (or 0x153BBF) is known color: Persian Blue. HEX triplet: 15, 3B and BF. RGB value is (21,59,191). Sum of RGB (Red+Green+Blue) = 21+59+191=271 (35% of max value = 765). Red value is 21 (8.59% from 255 or 7.75% from 271); Green value is 59 (23.44% from 255 or 21.77% from 271); Blue value is 191 (75% from 255 or 70.48% from 271); Max value from RGB is 191 - color contains mainly: blue. Hex color #153BBF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #153BBF is #EAC440. Grayscale: #3E3E3E. Windows color (decimal): -15385665 or 12532501. OLE color: 12532501.

HSL color Cylindrical-coordinate representation of color #153BBF: hue angle of 226.59º 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 #153BBF is Cyan = 0.89, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 21 59 191 -
CMYK 0.89 0.69 0 0.25
HSL 226.59º 0.8% 0.42% -
HSV(B) 226.59º 0.89% 0.75% -
XYZ 11.28 7.05 50.06 -
YUV 62.69 200.41 98.27 -
System Red Green Blue C M Y K H S L
Decimal 21 59 191 0.89 0.69 0 0.25 226.59 0.8 0.42
Hex 15 3B BF 59 45 0 19 E3 50 2A
Octal 25 73 277 131 105 0 31 343 120 52
Binary 10101 111011 10111111 1011001 1000101 0 11001 11100011 1010000 101010

Color Harmonies of #153BBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #153BBF

Black with #153BBF

Text Example


Text Example

White with #153BBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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