Html Css Color HEX #153DDB Persian Blue

📋 copy color: '#153DDB'

red 21 ◦ green 61 ◦ blue 219

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

Shades of Persian Blue #153DDB

Tints of Persian Blue #153DDB

RGB

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

 GREEN value IS 61 (24.22% from 255) = 20.27%

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

R = 6.98%
G = 20.27%
B = 72.76%

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

#153DDB (or 0x153DDB) is known color: Persian Blue. HEX triplet: 15, 3D and DB. RGB value is (21,61,219). Sum of RGB (Red+Green+Blue) = 21+61+219=301 (39% of max value = 765). Red value is 21 (8.59% from 255 or 6.98% from 301); Green value is 61 (24.22% from 255 or 20.27% from 301); Blue value is 219 (85.94% from 255 or 72.76% from 301); Max value from RGB is 219 - color contains mainly: blue. Hex color #153DDB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #153DDB is #EAC224. Grayscale: #424242. Windows color (decimal): -15385125 or 14368021. OLE color: 14368021.

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

Color convert

RGB 21 61 219 -
CMYK 0.90 0.72 0 0.14
HSL 227.88º 0.83% 0.47% -
HSV(B) 227.88º 0.9% 0.86% -
XYZ 14.76 8.61 67.9 -
YUV 67.05 213.75 95.15 -
System Red Green Blue C M Y K H S L
Decimal 21 61 219 0.90 0.72 0 0.14 227.88 0.83 0.47
Hex 15 3D DB 5A 48 0 E E4 52 2F
Octal 25 75 333 132 110 0 16 344 122 57
Binary 10101 111101 11011011 1011010 1001000 0 1110 11100100 1010010 101111

Color Harmonies of #153DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #153DDB

Black with #153DDB

Text Example


Text Example

White with #153DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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