Html Css Color HEX #1534BA Persian Blue

📋 copy color: '#1534BA'

red 21 ◦ green 52 ◦ blue 186

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

Shades of Persian Blue #1534BA

Tints of Persian Blue #1534BA

RGB

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

 GREEN value IS 52 (20.7% from 255) = 20.08%

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

R = 8.11%
G = 20.08%
B = 71.81%

CMYK

 C value IS 0.89

 M value IS 0.72

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#1534BA (or 0x1534BA) is known color: Persian Blue. HEX triplet: 15, 34 and BA. RGB value is (21,52,186). Sum of RGB (Red+Green+Blue) = 21+52+186=259 (34% of max value = 765). Red value is 21 (8.59% from 255 or 8.11% from 259); Green value is 52 (20.70% from 255 or 20.08% from 259); Blue value is 186 (73.05% from 255 or 71.81% from 259); Max value from RGB is 186 - color contains mainly: blue. Hex color #1534BA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1534BA is #EACB45. Grayscale: #393939. Windows color (decimal): -15387462 or 12203029. OLE color: 12203029.

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

Color convert

RGB 21 52 186 -
CMYK 0.89 0.72 0 0.27
HSL 228.73º 0.8% 0.41% -
HSV(B) 228.73º 0.89% 0.73% -
XYZ 10.4 6.16 47.1 -
YUV 58.01 200.23 101.6 -
System Red Green Blue C M Y K H S L
Decimal 21 52 186 0.89 0.72 0 0.27 228.73 0.8 0.41
Hex 15 34 BA 59 48 0 1B E5 50 29
Octal 25 64 272 131 110 0 33 345 120 51
Binary 10101 110100 10111010 1011001 1001000 0 11011 11100101 1010000 101001

Color Harmonies of #1534BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1534BA

Black with #1534BA

Text Example


Text Example

White with #1534BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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