Html Css Color HEX #1543E0 Persian Blue

📋 copy color: '#1543E0'

red 21 ◦ green 67 ◦ blue 224

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

Shades of Persian Blue #1543E0

Tints of Persian Blue #1543E0

RGB

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

 GREEN value IS 67 (26.56% from 255) = 21.47%

 BLUE value IS 224 (87.89% from 255) = 71.79%

R = 6.73%
G = 21.47%
B = 71.79%

CMYK

 C value IS 0.91

 M value IS 0.70

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#1543E0 (or 0x1543E0) is known color: Persian Blue. HEX triplet: 15, 43 and E0. RGB value is (21,67,224). Sum of RGB (Red+Green+Blue) = 21+67+224=312 (41% of max value = 765). Red value is 21 (8.59% from 255 or 6.73% from 312); Green value is 67 (26.56% from 255 or 21.47% from 312); Blue value is 224 (87.89% from 255 or 71.79% from 312); Max value from RGB is 224 - color contains mainly: blue. Hex color #1543E0 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1543E0 is #EABC1F. Grayscale: #464646. Windows color (decimal): -15383584 or 14697237. OLE color: 14697237.

HSL color Cylindrical-coordinate representation of color #1543E0: hue angle of 226.4º degrees, saturation: 0.83, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1543E0 is Cyan = 0.91, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 21 67 224 -
CMYK 0.91 0.70 0 0.12
HSL 226.4º 0.83% 0.48% -
HSV(B) 226.4º 0.91% 0.88% -
XYZ 15.77 9.56 71.53 -
YUV 71.14 214.26 92.23 -
System Red Green Blue C M Y K H S L
Decimal 21 67 224 0.91 0.70 0 0.12 226.4 0.83 0.48
Hex 15 43 E0 5B 46 0 C E2 53 30
Octal 25 103 340 133 106 0 14 342 123 60
Binary 10101 1000011 11100000 1011011 1000110 0 1100 11100010 1010011 110000

Color Harmonies of #1543E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1543E0

Black with #1543E0

Text Example


Text Example

White with #1543E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1543E0; }

 p { color: rgb(21,67,224); }

 H1.HeaderClassName
 {
   color: #1543E0;
 }
 .AnyTagClassName
 {
   color: #1543E0;
 }
</style>

background-color css

<style>
 a { background-color: #1543E0; }

 a { background-color: rgb(21,67,224); }

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

border-color css

<style>
 span { border-color: #1543E0; }

 span { border-color: rgb(21,67,224); }

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