Html Css Color HEX #1543BA Persian Blue

📋 copy color: '#1543BA'

red 21 ◦ green 67 ◦ blue 186

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

Shades of Persian Blue #1543BA

Tints of Persian Blue #1543BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 67.88%

R = 7.66%
G = 24.45%
B = 67.88%

CMYK

 C value IS 0.89

 M value IS 0.64

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#1543BA (or 0x1543BA) is known color: Persian Blue. HEX triplet: 15, 43 and BA. RGB value is (21,67,186). Sum of RGB (Red+Green+Blue) = 21+67+186=274 (36% of max value = 765). Red value is 21 (8.59% from 255 or 7.66% from 274); Green value is 67 (26.56% from 255 or 24.45% from 274); Blue value is 186 (73.05% from 255 or 67.88% from 274); Max value from RGB is 186 - color contains mainly: blue. Hex color #1543BA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1543BA is #EABC45. Grayscale: #424242. Windows color (decimal): -15383622 or 12206869. OLE color: 12206869.

HSL color Cylindrical-coordinate representation of color #1543BA: hue angle of 223.27º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1543BA is Cyan = 0.89, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 21 67 186 -
CMYK 0.89 0.64 0 0.27
HSL 223.27º 0.8% 0.41% -
HSV(B) 223.27º 0.89% 0.73% -
XYZ 11.18 7.72 47.36 -
YUV 66.81 195.26 95.32 -
System Red Green Blue C M Y K H S L
Decimal 21 67 186 0.89 0.64 0 0.27 223.27 0.8 0.41
Hex 15 43 BA 59 40 0 1B DF 50 29
Octal 25 103 272 131 100 0 33 337 120 51
Binary 10101 1000011 10111010 1011001 1000000 0 11011 11011111 1010000 101001

Color Harmonies of #1543BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1543BA

Black with #1543BA

Text Example


Text Example

White with #1543BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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