Html Css Color HEX #1530BA Persian Blue

📋 copy color: '#1530BA'

red 21 ◦ green 48 ◦ blue 186

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

Shades of Persian Blue #1530BA

Tints of Persian Blue #1530BA

RGB

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

 GREEN value IS 48 (19.14% from 255) = 18.82%

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

R = 8.24%
G = 18.82%
B = 72.94%

CMYK

 C value IS 0.89

 M value IS 0.74

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#1530BA (or 0x1530BA) is known color: Persian Blue. HEX triplet: 15, 30 and BA. RGB value is (21,48,186). Sum of RGB (Red+Green+Blue) = 21+48+186=255 (33% of max value = 765). Red value is 21 (8.59% from 255 or 8.24% from 255); Green value is 48 (19.14% from 255 or 18.82% from 255); Blue value is 186 (73.05% from 255 or 72.94% from 255); Max value from RGB is 186 - color contains mainly: blue. Hex color #1530BA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1530BA is #EACF45. Grayscale: #373737. Windows color (decimal): -15388486 or 12202005. OLE color: 12202005.

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

Color convert

RGB 21 48 186 -
CMYK 0.89 0.74 0 0.27
HSL 230.18º 0.8% 0.41% -
HSV(B) 230.18º 0.89% 0.73% -
XYZ 10.23 5.82 47.04 -
YUV 55.66 201.55 103.28 -
System Red Green Blue C M Y K H S L
Decimal 21 48 186 0.89 0.74 0 0.27 230.18 0.8 0.41
Hex 15 30 BA 59 4A 0 1B E6 50 29
Octal 25 60 272 131 112 0 33 346 120 51
Binary 10101 110000 10111010 1011001 1001010 0 11011 11100110 1010000 101001

Color Harmonies of #1530BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1530BA

Black with #1530BA

Text Example


Text Example

White with #1530BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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