Html Css Color HEX #153ED9 Persian Blue

📋 copy color: '#153ED9'

red 21 ◦ green 62 ◦ blue 217

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

Shades of Persian Blue #153ED9

Tints of Persian Blue #153ED9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 72.33%

R = 7%
G = 20.67%
B = 72.33%

CMYK

 C value IS 0.90

 M value IS 0.71

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#153ED9 (or 0x153ED9) is known color: Persian Blue. HEX triplet: 15, 3E and D9. RGB value is (21,62,217). Sum of RGB (Red+Green+Blue) = 21+62+217=300 (39% of max value = 765). Red value is 21 (8.59% from 255 or 7% from 300); Green value is 62 (24.61% from 255 or 20.67% from 300); Blue value is 217 (85.16% from 255 or 72.33% from 300); Max value from RGB is 217 - color contains mainly: blue. Hex color #153ED9 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #153ED9 is #EAC126. Grayscale: #424242. Windows color (decimal): -15384871 or 14237205. OLE color: 14237205.

HSL color Cylindrical-coordinate representation of color #153ED9: hue angle of 227.45º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #153ED9 is Cyan = 0.90, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 21 62 217 -
CMYK 0.90 0.71 0 0.15
HSL 227.45º 0.82% 0.47% -
HSV(B) 227.45º 0.9% 0.85% -
XYZ 14.56 8.61 66.54 -
YUV 67.41 212.42 94.9 -
System Red Green Blue C M Y K H S L
Decimal 21 62 217 0.90 0.71 0 0.15 227.45 0.82 0.47
Hex 15 3E D9 5A 47 0 F E3 52 2F
Octal 25 76 331 132 107 0 17 343 122 57
Binary 10101 111110 11011001 1011010 1000111 0 1111 11100011 1010010 101111

Color Harmonies of #153ED9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #153ED9

Black with #153ED9

Text Example


Text Example

White with #153ED9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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