Html Css Color HEX #1A19BD Persian Blue

📋 copy color: '#1A19BD'

red 26 ◦ green 25 ◦ blue 189

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

Shades of Persian Blue #1A19BD

Tints of Persian Blue #1A19BD

RGB

 RED value IS 26 (10.55% from 255) = 10.83%

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

 BLUE value IS 189 (74.22% from 255) = 78.75%

R = 10.83%
G = 10.42%
B = 78.75%

CMYK

 C value IS 0.86

 M value IS 0.87

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#1A19BD (or 0x1A19BD) is known color: Persian Blue. HEX triplet: 1A, 19 and BD. RGB value is (26,25,189). Sum of RGB (Red+Green+Blue) = 26+25+189=240 (31% of max value = 765). Red value is 26 (10.55% from 255 or 10.83% from 240); Green value is 25 (10.16% from 255 or 10.42% from 240); Blue value is 189 (74.22% from 255 or 78.75% from 240); Max value from RGB is 189 - color contains mainly: blue. Hex color #1A19BD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1A19BD is #E5E642. Grayscale: #2B2B2B. Windows color (decimal): -15066691 or 12392730. OLE color: 12392730.

HSL color Cylindrical-coordinate representation of color #1A19BD: hue angle of 240.37º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1A19BD is Cyan = 0.86, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 26 25 189 -
CMYK 0.86 0.87 0 0.26
HSL 240.37º 0.77% 0.42% -
HSV(B) 240.37º 0.87% 0.74% -
XYZ 9.96 4.59 48.5 -
YUV 44 209.83 115.16 -
System Red Green Blue C M Y K H S L
Decimal 26 25 189 0.86 0.87 0 0.26 240.37 0.77 0.42
Hex 1A 19 BD 56 57 0 1A F0 4D 2A
Octal 32 31 275 126 127 0 32 360 115 52
Binary 11010 11001 10111101 1010110 1010111 0 11010 11110000 1001101 101010

Color Harmonies of #1A19BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A19BD

Black with #1A19BD

Text Example


Text Example

White with #1A19BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1A19BD; }

 p { color: rgb(26,25,189); }

 H1.HeaderClassName
 {
   color: #1A19BD;
 }
 .AnyTagClassName
 {
   color: #1A19BD;
 }
</style>

background-color css

<style>
 a { background-color: #1A19BD; }

 a { background-color: rgb(26,25,189); }

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

border-color css

<style>
 span { border-color: #1A19BD; }

 span { border-color: rgb(26,25,189); }

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