Html Css Color HEX #153BE0 Persian Blue

📋 copy color: '#153BE0'

red 21 ◦ green 59 ◦ blue 224

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

Shades of Persian Blue #153BE0

Tints of Persian Blue #153BE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 73.68%

R = 6.91%
G = 19.41%
B = 73.68%

CMYK

 C value IS 0.91

 M value IS 0.74

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#153BE0 (or 0x153BE0) is known color: Persian Blue. HEX triplet: 15, 3B and E0. RGB value is (21,59,224). Sum of RGB (Red+Green+Blue) = 21+59+224=304 (40% of max value = 765). Red value is 21 (8.59% from 255 or 6.91% from 304); Green value is 59 (23.44% from 255 or 19.41% from 304); Blue value is 224 (87.89% from 255 or 73.68% from 304); Max value from RGB is 224 - color contains mainly: blue. Hex color #153BE0 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #153BE0 is #EAC41F. Grayscale: #414141. Windows color (decimal): -15385632 or 14695189. OLE color: 14695189.

HSL color Cylindrical-coordinate representation of color #153BE0: hue angle of 228.77º degrees, saturation: 0.83, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #153BE0 is Cyan = 0.91, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 21 59 224 -
CMYK 0.91 0.74 0 0.12
HSL 228.77º 0.83% 0.48% -
HSV(B) 228.77º 0.91% 0.88% -
XYZ 15.33 8.67 71.39 -
YUV 66.45 216.91 95.58 -
System Red Green Blue C M Y K H S L
Decimal 21 59 224 0.91 0.74 0 0.12 228.77 0.83 0.48
Hex 15 3B E0 5B 4A 0 C E5 53 30
Octal 25 73 340 133 112 0 14 345 123 60
Binary 10101 111011 11100000 1011011 1001010 0 1100 11100101 1010011 110000

Color Harmonies of #153BE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #153BE0

Black with #153BE0

Text Example


Text Example

White with #153BE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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