Html Css Color HEX #1531D9 Persian Blue

📋 copy color: '#1531D9'

red 21 ◦ green 49 ◦ blue 217

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

Shades of Persian Blue #1531D9

Tints of Persian Blue #1531D9

RGB

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

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

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

R = 7.32%
G = 17.07%
B = 75.61%

CMYK

 C value IS 0.90

 M value IS 0.77

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#1531D9 (or 0x1531D9) is known color: Persian Blue. HEX triplet: 15, 31 and D9. RGB value is (21,49,217). Sum of RGB (Red+Green+Blue) = 21+49+217=287 (38% of max value = 765). Red value is 21 (8.59% from 255 or 7.32% from 287); Green value is 49 (19.53% from 255 or 17.07% from 287); Blue value is 217 (85.16% from 255 or 75.61% from 287); Max value from RGB is 217 - color contains mainly: blue. Hex color #1531D9 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1531D9 is #EACE26. Grayscale: #3B3B3B. Windows color (decimal): -15388199 or 14233877. OLE color: 14233877.

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

Color convert

RGB 21 49 217 -
CMYK 0.90 0.77 0 0.15
HSL 231.43º 0.82% 0.47% -
HSV(B) 231.43º 0.9% 0.85% -
XYZ 13.93 7.37 66.33 -
YUV 59.78 216.72 100.34 -
System Red Green Blue C M Y K H S L
Decimal 21 49 217 0.90 0.77 0 0.15 231.43 0.82 0.47
Hex 15 31 D9 5A 4D 0 F E7 52 2F
Octal 25 61 331 132 115 0 17 347 122 57
Binary 10101 110001 11011001 1011010 1001101 0 1111 11100111 1010010 101111

Color Harmonies of #1531D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1531D9

Black with #1531D9

Text Example


Text Example

White with #1531D9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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