Html Css Color HEX #1523BE Persian Blue

📋 copy color: '#1523BE'

red 21 ◦ green 35 ◦ blue 190

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

Shades of Persian Blue #1523BE

Tints of Persian Blue #1523BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 77.24%

R = 8.54%
G = 14.23%
B = 77.24%

CMYK

 C value IS 0.89

 M value IS 0.82

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#1523BE (or 0x1523BE) is known color: Persian Blue. HEX triplet: 15, 23 and BE. RGB value is (21,35,190). Sum of RGB (Red+Green+Blue) = 21+35+190=246 (32% of max value = 765). Red value is 21 (8.59% from 255 or 8.54% from 246); Green value is 35 (14.06% from 255 or 14.23% from 246); Blue value is 190 (74.61% from 255 or 77.24% from 246); Max value from RGB is 190 - color contains mainly: blue. Hex color #1523BE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1523BE is #EADC41. Grayscale: #2F2F2F. Windows color (decimal): -15391810 or 12460821. OLE color: 12460821.

HSL color Cylindrical-coordinate representation of color #1523BE: hue angle of 235.03º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1523BE is Cyan = 0.89, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 21 35 190 -
CMYK 0.89 0.82 0 0.25
HSL 235.03º 0.8% 0.41% -
HSV(B) 235.03º 0.89% 0.75% -
XYZ 10.2 5.08 49.16 -
YUV 48.48 207.86 108.4 -
System Red Green Blue C M Y K H S L
Decimal 21 35 190 0.89 0.82 0 0.25 235.03 0.8 0.41
Hex 15 23 BE 59 52 0 19 EB 50 29
Octal 25 43 276 131 122 0 31 353 120 51
Binary 10101 100011 10111110 1011001 1010010 0 11001 11101011 1010000 101001

Color Harmonies of #1523BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1523BE

Black with #1523BE

Text Example


Text Example

White with #1523BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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