Html Css Color HEX #153EE0 Persian Blue

📋 copy color: '#153EE0'

red 21 ◦ green 62 ◦ blue 224

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

Shades of Persian Blue #153EE0

Tints of Persian Blue #153EE0

RGB

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

 GREEN value IS 62 (24.61% from 255) = 20.2%

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

R = 6.84%
G = 20.2%
B = 72.96%

CMYK

 C value IS 0.91

 M value IS 0.72

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#153EE0 (or 0x153EE0) is known color: Persian Blue. HEX triplet: 15, 3E and E0. RGB value is (21,62,224). Sum of RGB (Red+Green+Blue) = 21+62+224=307 (40% of max value = 765). Red value is 21 (8.59% from 255 or 6.84% from 307); Green value is 62 (24.61% from 255 or 20.20% from 307); Blue value is 224 (87.89% from 255 or 72.96% from 307); Max value from RGB is 224 - color contains mainly: blue. Hex color #153EE0 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #153EE0 is #EAC11F. Grayscale: #434343. Windows color (decimal): -15384864 or 14695957. OLE color: 14695957.

HSL color Cylindrical-coordinate representation of color #153EE0: hue angle of 227.88º 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 #153EE0 is Cyan = 0.91, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 21 62 224 -
CMYK 0.91 0.72 0 0.12
HSL 227.88º 0.83% 0.48% -
HSV(B) 227.88º 0.91% 0.88% -
XYZ 15.49 8.99 71.44 -
YUV 68.21 215.92 94.33 -
System Red Green Blue C M Y K H S L
Decimal 21 62 224 0.91 0.72 0 0.12 227.88 0.83 0.48
Hex 15 3E E0 5B 48 0 C E4 53 30
Octal 25 76 340 133 110 0 14 344 123 60
Binary 10101 111110 11100000 1011011 1001000 0 1100 11100100 1010011 110000

Color Harmonies of #153EE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #153EE0

Black with #153EE0

Text Example


Text Example

White with #153EE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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