Html Css Color HEX #1523BA Persian Blue

📋 copy color: '#1523BA'

red 21 ◦ green 35 ◦ blue 186

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

Shades of Persian Blue #1523BA

Tints of Persian Blue #1523BA

RGB

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

 GREEN value IS 35 (14.06% from 255) = 14.46%

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

R = 8.68%
G = 14.46%
B = 76.86%

CMYK

 C value IS 0.89

 M value IS 0.81

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#1523BA (or 0x1523BA) is known color: Persian Blue. HEX triplet: 15, 23 and BA. RGB value is (21,35,186). Sum of RGB (Red+Green+Blue) = 21+35+186=242 (32% of max value = 765). Red value is 21 (8.59% from 255 or 8.68% from 242); Green value is 35 (14.06% from 255 or 14.46% from 242); Blue value is 186 (73.05% from 255 or 76.86% from 242); Max value from RGB is 186 - color contains mainly: blue. Hex color #1523BA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1523BA is #EADC45. Grayscale: #2F2F2F. Windows color (decimal): -15391814 or 12198677. OLE color: 12198677.

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

Color convert

RGB 21 35 186 -
CMYK 0.89 0.81 0 0.27
HSL 234.91º 0.8% 0.41% -
HSV(B) 234.91º 0.89% 0.73% -
XYZ 9.77 4.91 46.89 -
YUV 48.03 205.86 108.72 -
System Red Green Blue C M Y K H S L
Decimal 21 35 186 0.89 0.81 0 0.27 234.91 0.8 0.41
Hex 15 23 BA 59 51 0 1B EB 50 29
Octal 25 43 272 131 121 0 33 353 120 51
Binary 10101 100011 10111010 1011001 1010001 0 11011 11101011 1010000 101001

Color Harmonies of #1523BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1523BA

Black with #1523BA

Text Example


Text Example

White with #1523BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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