Html Css Color HEX #153EDB Persian Blue

📋 copy color: '#153EDB'

red 21 ◦ green 62 ◦ blue 219

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

Shades of Persian Blue #153EDB

Tints of Persian Blue #153EDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 72.52%

R = 6.95%
G = 20.53%
B = 72.52%

CMYK

 C value IS 0.90

 M value IS 0.72

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#153EDB (or 0x153EDB) is known color: Persian Blue. HEX triplet: 15, 3E and DB. RGB value is (21,62,219). Sum of RGB (Red+Green+Blue) = 21+62+219=302 (40% of max value = 765). Red value is 21 (8.59% from 255 or 6.95% from 302); Green value is 62 (24.61% from 255 or 20.53% from 302); Blue value is 219 (85.94% from 255 or 72.52% from 302); Max value from RGB is 219 - color contains mainly: blue. Hex color #153EDB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #153EDB is #EAC124. Grayscale: #424242. Windows color (decimal): -15384869 or 14368277. OLE color: 14368277.

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

Color convert

RGB 21 62 219 -
CMYK 0.90 0.72 0 0.14
HSL 227.58º 0.83% 0.47% -
HSV(B) 227.58º 0.9% 0.86% -
XYZ 14.82 8.72 67.92 -
YUV 67.64 213.42 94.73 -
System Red Green Blue C M Y K H S L
Decimal 21 62 219 0.90 0.72 0 0.14 227.58 0.83 0.47
Hex 15 3E DB 5A 48 0 E E4 52 2F
Octal 25 76 333 132 110 0 16 344 122 57
Binary 10101 111110 11011011 1011010 1001000 0 1110 11100100 1010010 101111

Color Harmonies of #153EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #153EDB

Black with #153EDB

Text Example


Text Example

White with #153EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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