Html Css Color HEX #1519BE Persian Blue

📋 copy color: '#1519BE'

red 21 ◦ green 25 ◦ blue 190

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

Shades of Persian Blue #1519BE

Tints of Persian Blue #1519BE

RGB

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

 GREEN value IS 25 (10.16% from 255) = 10.59%

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

R = 8.9%
G = 10.59%
B = 80.51%

CMYK

 C value IS 0.89

 M value IS 0.87

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#1519BE (or 0x1519BE) is known color: Persian Blue. HEX triplet: 15, 19 and BE. RGB value is (21,25,190). Sum of RGB (Red+Green+Blue) = 21+25+190=236 (31% of max value = 765). Red value is 21 (8.59% from 255 or 8.90% from 236); Green value is 25 (10.16% from 255 or 10.59% from 236); Blue value is 190 (74.61% from 255 or 80.51% from 236); Max value from RGB is 190 - color contains mainly: blue. Hex color #1519BE is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1519BE is #EAE641. Grayscale: #292929. Windows color (decimal): -15394370 or 12458261. OLE color: 12458261.

HSL color Cylindrical-coordinate representation of color #1519BE: hue angle of 238.58º 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 #1519BE is Cyan = 0.89, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 21 25 190 -
CMYK 0.89 0.87 0 0.25
HSL 238.58º 0.8% 0.41% -
HSV(B) 238.58º 0.89% 0.75% -
XYZ 9.95 4.57 49.07 -
YUV 42.61 211.17 112.58 -
System Red Green Blue C M Y K H S L
Decimal 21 25 190 0.89 0.87 0 0.25 238.58 0.8 0.41
Hex 15 19 BE 59 57 0 19 EF 50 29
Octal 25 31 276 131 127 0 31 357 120 51
Binary 10101 11001 10111110 1011001 1010111 0 11001 11101111 1010000 101001

Color Harmonies of #1519BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1519BE

Black with #1519BE

Text Example


Text Example

White with #1519BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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