Html Css Color HEX #153EE1 Persian Blue

📋 copy color: '#153EE1'

red 21 ◦ green 62 ◦ blue 225

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

Shades of Persian Blue #153EE1

Tints of Persian Blue #153EE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 73.05%

R = 6.82%
G = 20.13%
B = 73.05%

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

#153EE1 (or 0x153EE1) is known color: Persian Blue. HEX triplet: 15, 3E and E1. RGB value is (21,62,225). Sum of RGB (Red+Green+Blue) = 21+62+225=308 (40% of max value = 765). Red value is 21 (8.59% from 255 or 6.82% from 308); Green value is 62 (24.61% from 255 or 20.13% from 308); Blue value is 225 (88.28% from 255 or 73.05% from 308); Max value from RGB is 225 - color contains mainly: blue. Hex color #153EE1 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #153EE1 is #EAC11E. Grayscale: #434343. Windows color (decimal): -15384863 or 14761493. OLE color: 14761493.

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

Color convert

RGB 21 62 225 -
CMYK 0.91 0.72 0 0.12
HSL 227.94º 0.83% 0.48% -
HSV(B) 227.94º 0.91% 0.88% -
XYZ 15.62 9.04 72.16 -
YUV 68.32 216.42 94.25 -
System Red Green Blue C M Y K H S L
Decimal 21 62 225 0.91 0.72 0 0.12 227.94 0.83 0.48
Hex 15 3E E1 5B 48 0 C E4 53 30
Octal 25 76 341 133 110 0 14 344 123 60
Binary 10101 111110 11100001 1011011 1001000 0 1100 11100100 1010011 110000

Color Harmonies of #153EE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #153EE1

Black with #153EE1

Text Example


Text Example

White with #153EE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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