Html Css Color HEX #153CBF Persian Blue

📋 copy color: '#153CBF'

red 21 ◦ green 60 ◦ blue 191

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

Shades of Persian Blue #153CBF

Tints of Persian Blue #153CBF

RGB

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

 GREEN value IS 60 (23.83% from 255) = 22.06%

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

R = 7.72%
G = 22.06%
B = 70.22%

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

#153CBF (or 0x153CBF) is known color: Persian Blue. HEX triplet: 15, 3C and BF. RGB value is (21,60,191). Sum of RGB (Red+Green+Blue) = 21+60+191=272 (36% of max value = 765). Red value is 21 (8.59% from 255 or 7.72% from 272); Green value is 60 (23.83% from 255 or 22.06% from 272); Blue value is 191 (75% from 255 or 70.22% from 272); Max value from RGB is 191 - color contains mainly: blue. Hex color #153CBF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #153CBF is #EAC340. Grayscale: #3E3E3E. Windows color (decimal): -15385409 or 12532757. OLE color: 12532757.

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

Color convert

RGB 21 60 191 -
CMYK 0.89 0.69 0 0.25
HSL 226.24º 0.8% 0.42% -
HSV(B) 226.24º 0.89% 0.75% -
XYZ 11.33 7.15 50.07 -
YUV 63.27 200.08 97.85 -
System Red Green Blue C M Y K H S L
Decimal 21 60 191 0.89 0.69 0 0.25 226.24 0.8 0.42
Hex 15 3C BF 59 45 0 19 E2 50 2A
Octal 25 74 277 131 105 0 31 342 120 52
Binary 10101 111100 10111111 1011001 1000101 0 11001 11100010 1010000 101010

Color Harmonies of #153CBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #153CBF

Black with #153CBF

Text Example


Text Example

White with #153CBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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