Html Css Color HEX #1547E5 Persian Blue

📋 copy color: '#1547E5'

red 21 ◦ green 71 ◦ blue 229

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

Shades of Persian Blue #1547E5

Tints of Persian Blue #1547E5

RGB

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

 GREEN value IS 71 (28.13% from 255) = 22.12%

 BLUE value IS 229 (89.84% from 255) = 71.34%

R = 6.54%
G = 22.12%
B = 71.34%

CMYK

 C value IS 0.91

 M value IS 0.69

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#1547E5 (or 0x1547E5) is known color: Persian Blue. HEX triplet: 15, 47 and E5. RGB value is (21,71,229). Sum of RGB (Red+Green+Blue) = 21+71+229=321 (42% of max value = 765). Red value is 21 (8.59% from 255 or 6.54% from 321); Green value is 71 (28.12% from 255 or 22.12% from 321); Blue value is 229 (89.84% from 255 or 71.34% from 321); Max value from RGB is 229 - color contains mainly: blue. Hex color #1547E5 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1547E5 is #EAB81A. Grayscale: #494949. Windows color (decimal): -15382555 or 15025941. OLE color: 15025941.

HSL color Cylindrical-coordinate representation of color #1547E5: hue angle of 225.58º degrees, saturation: 0.83, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1547E5 is Cyan = 0.91, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 21 71 229 -
CMYK 0.91 0.69 0 0.10
HSL 225.58º 0.83% 0.49% -
HSV(B) 225.58º 0.91% 0.9% -
XYZ 16.71 10.32 75.24 -
YUV 74.06 215.44 90.15 -
System Red Green Blue C M Y K H S L
Decimal 21 71 229 0.91 0.69 0 0.10 225.58 0.83 0.49
Hex 15 47 E5 5B 45 0 A E2 53 31
Octal 25 107 345 133 105 0 12 342 123 61
Binary 10101 1000111 11100101 1011011 1000101 0 1010 11100010 1010011 110001

Color Harmonies of #1547E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1547E5

Black with #1547E5

Text Example


Text Example

White with #1547E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1547E5; }

 p { color: rgb(21,71,229); }

 H1.HeaderClassName
 {
   color: #1547E5;
 }
 .AnyTagClassName
 {
   color: #1547E5;
 }
</style>

background-color css

<style>
 a { background-color: #1547E5; }

 a { background-color: rgb(21,71,229); }

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

border-color css

<style>
 span { border-color: #1547E5; }

 span { border-color: rgb(21,71,229); }

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