Html Css Color HEX #153BDB Persian Blue

📋 copy color: '#153BDB'

red 21 ◦ green 59 ◦ blue 219

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

Shades of Persian Blue #153BDB

Tints of Persian Blue #153BDB

RGB

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

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

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

R = 7.02%
G = 19.73%
B = 73.24%

CMYK

 C value IS 0.90

 M value IS 0.73

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#153BDB (or 0x153BDB) is known color: Persian Blue. HEX triplet: 15, 3B and DB. RGB value is (21,59,219). Sum of RGB (Red+Green+Blue) = 21+59+219=299 (39% of max value = 765). Red value is 21 (8.59% from 255 or 7.02% from 299); Green value is 59 (23.44% from 255 or 19.73% from 299); Blue value is 219 (85.94% from 255 or 73.24% from 299); Max value from RGB is 219 - color contains mainly: blue. Hex color #153BDB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #153BDB is #EAC424. Grayscale: #414141. Windows color (decimal): -15385637 or 14367509. OLE color: 14367509.

HSL color Cylindrical-coordinate representation of color #153BDB: hue angle of 228.48º 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 #153BDB is Cyan = 0.90, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 21 59 219 -
CMYK 0.90 0.73 0 0.14
HSL 228.48º 0.83% 0.47% -
HSV(B) 228.48º 0.9% 0.86% -
XYZ 14.66 8.4 67.87 -
YUV 65.88 214.41 95.99 -
System Red Green Blue C M Y K H S L
Decimal 21 59 219 0.90 0.73 0 0.14 228.48 0.83 0.47
Hex 15 3B DB 5A 49 0 E E4 52 2F
Octal 25 73 333 132 111 0 16 344 122 57
Binary 10101 111011 11011011 1011010 1001001 0 1110 11100100 1010010 101111

Color Harmonies of #153BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #153BDB

Black with #153BDB

Text Example


Text Example

White with #153BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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