Html Css Color HEX #1519BA Persian Blue

📋 copy color: '#1519BA'

red 21 ◦ green 25 ◦ blue 186

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

Shades of Persian Blue #1519BA

Tints of Persian Blue #1519BA

RGB

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

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

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

R = 9.05%
G = 10.78%
B = 80.17%

CMYK

 C value IS 0.89

 M value IS 0.87

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#1519BA (or 0x1519BA) is known color: Persian Blue. HEX triplet: 15, 19 and BA. RGB value is (21,25,186). Sum of RGB (Red+Green+Blue) = 21+25+186=232 (30% of max value = 765). Red value is 21 (8.59% from 255 or 9.05% from 232); Green value is 25 (10.16% from 255 or 10.78% from 232); Blue value is 186 (73.05% from 255 or 80.17% from 232); Max value from RGB is 186 - color contains mainly: blue. Hex color #1519BA is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1519BA is #EAE645. Grayscale: #292929. Windows color (decimal): -15394374 or 12196117. OLE color: 12196117.

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

Color convert

RGB 21 25 186 -
CMYK 0.89 0.87 0 0.27
HSL 238.55º 0.8% 0.41% -
HSV(B) 238.55º 0.89% 0.73% -
XYZ 9.52 4.4 46.8 -
YUV 42.16 209.17 112.91 -
System Red Green Blue C M Y K H S L
Decimal 21 25 186 0.89 0.87 0 0.27 238.55 0.8 0.41
Hex 15 19 BA 59 57 0 1B EF 50 29
Octal 25 31 272 131 127 0 33 357 120 51
Binary 10101 11001 10111010 1011001 1010111 0 11011 11101111 1010000 101001

Color Harmonies of #1519BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1519BA

Black with #1519BA

Text Example


Text Example

White with #1519BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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