Html Css Color HEX #1548BA Persian Blue

📋 copy color: '#1548BA'

red 21 ◦ green 72 ◦ blue 186

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

Shades of Persian Blue #1548BA

Tints of Persian Blue #1548BA

RGB

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

 GREEN value IS 72 (28.52% from 255) = 25.81%

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

R = 7.53%
G = 25.81%
B = 66.67%

CMYK

 C value IS 0.89

 M value IS 0.61

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#1548BA (or 0x1548BA) is known color: Persian Blue. HEX triplet: 15, 48 and BA. RGB value is (21,72,186). Sum of RGB (Red+Green+Blue) = 21+72+186=279 (36% of max value = 765). Red value is 21 (8.59% from 255 or 7.53% from 279); Green value is 72 (28.52% from 255 or 25.81% from 279); Blue value is 186 (73.05% from 255 or 66.67% from 279); Max value from RGB is 186 - color contains mainly: blue. Hex color #1548BA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1548BA is #EAB745. Grayscale: #454545. Windows color (decimal): -15382342 or 12208149. OLE color: 12208149.

HSL color Cylindrical-coordinate representation of color #1548BA: hue angle of 221.45º 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 #1548BA is Cyan = 0.89, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 21 72 186 -
CMYK 0.89 0.61 0 0.27
HSL 221.45º 0.8% 0.41% -
HSV(B) 221.45º 0.89% 0.73% -
XYZ 11.49 8.34 47.46 -
YUV 69.75 193.6 93.23 -
System Red Green Blue C M Y K H S L
Decimal 21 72 186 0.89 0.61 0 0.27 221.45 0.8 0.41
Hex 15 48 BA 59 3D 0 1B DD 50 29
Octal 25 110 272 131 75 0 33 335 120 51
Binary 10101 1001000 10111010 1011001 111101 0 11011 11011101 1010000 101001

Color Harmonies of #1548BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1548BA

Black with #1548BA

Text Example


Text Example

White with #1548BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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