Html Css Color HEX #1531DB Persian Blue

📋 copy color: '#1531DB'

red 21 ◦ green 49 ◦ blue 219

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

Shades of Persian Blue #1531DB

Tints of Persian Blue #1531DB

RGB

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

 GREEN value IS 49 (19.53% from 255) = 16.96%

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

R = 7.27%
G = 16.96%
B = 75.78%

CMYK

 C value IS 0.90

 M value IS 0.78

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#1531DB (or 0x1531DB) is known color: Persian Blue. HEX triplet: 15, 31 and DB. RGB value is (21,49,219). Sum of RGB (Red+Green+Blue) = 21+49+219=289 (38% of max value = 765). Red value is 21 (8.59% from 255 or 7.27% from 289); Green value is 49 (19.53% from 255 or 16.96% from 289); Blue value is 219 (85.94% from 255 or 75.78% from 289); Max value from RGB is 219 - color contains mainly: blue. Hex color #1531DB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1531DB is #EACE24. Grayscale: #3B3B3B. Windows color (decimal): -15388197 or 14364949. OLE color: 14364949.

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

Color convert

RGB 21 49 219 -
CMYK 0.90 0.78 0 0.14
HSL 231.52º 0.83% 0.47% -
HSV(B) 231.52º 0.9% 0.86% -
XYZ 14.19 7.47 67.71 -
YUV 60.01 217.72 100.18 -
System Red Green Blue C M Y K H S L
Decimal 21 49 219 0.90 0.78 0 0.14 231.52 0.83 0.47
Hex 15 31 DB 5A 4E 0 E E8 52 2F
Octal 25 61 333 132 116 0 16 350 122 57
Binary 10101 110001 11011011 1011010 1001110 0 1110 11101000 1010010 101111

Color Harmonies of #1531DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1531DB

Black with #1531DB

Text Example


Text Example

White with #1531DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1531DB; }

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

 H1.HeaderClassName
 {
   color: #1531DB;
 }
 .AnyTagClassName
 {
   color: #1531DB;
 }
</style>

background-color css

<style>
 a { background-color: #1531DB; }

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

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

border-color css

<style>
 span { border-color: #1531DB; }

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

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