Html Css Color HEX #1519BC Persian Blue

📋 copy color: '#1519BC'

red 21 ◦ green 25 ◦ blue 188

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

Shades of Persian Blue #1519BC

Tints of Persian Blue #1519BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 80.34%

R = 8.97%
G = 10.68%
B = 80.34%

CMYK

 C value IS 0.89

 M value IS 0.87

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#1519BC (or 0x1519BC) is known color: Persian Blue. HEX triplet: 15, 19 and BC. RGB value is (21,25,188). Sum of RGB (Red+Green+Blue) = 21+25+188=234 (30% of max value = 765). Red value is 21 (8.59% from 255 or 8.97% from 234); Green value is 25 (10.16% from 255 or 10.68% from 234); Blue value is 188 (73.83% from 255 or 80.34% from 234); Max value from RGB is 188 - color contains mainly: blue. Hex color #1519BC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1519BC is #EAE643. Grayscale: #292929. Windows color (decimal): -15394372 or 12327189. OLE color: 12327189.

HSL color Cylindrical-coordinate representation of color #1519BC: hue angle of 238.56º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1519BC is Cyan = 0.89, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 21 25 188 -
CMYK 0.89 0.87 0 0.26
HSL 238.56º 0.8% 0.41% -
HSV(B) 238.56º 0.89% 0.74% -
XYZ 9.73 4.49 47.93 -
YUV 42.39 210.17 112.75 -
System Red Green Blue C M Y K H S L
Decimal 21 25 188 0.89 0.87 0 0.26 238.56 0.8 0.41
Hex 15 19 BC 59 57 0 1A EF 50 29
Octal 25 31 274 131 127 0 32 357 120 51
Binary 10101 11001 10111100 1011001 1010111 0 11010 11101111 1010000 101001

Color Harmonies of #1519BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1519BC

Black with #1519BC

Text Example


Text Example

White with #1519BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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