Html Css Color HEX #1A49AC Persian Blue

📋 copy color: '#1A49AC'

red 26 ◦ green 73 ◦ blue 172

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

Shades of Persian Blue #1A49AC

Tints of Persian Blue #1A49AC

RGB

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

 GREEN value IS 73 (28.91% from 255) = 26.94%

 BLUE value IS 172 (67.58% from 255) = 63.47%

R = 9.59%
G = 26.94%
B = 63.47%

CMYK

 C value IS 0.85

 M value IS 0.58

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1A49AC (or 0x1A49AC) is known color: Persian Blue. HEX triplet: 1A, 49 and AC. RGB value is (26,73,172). Sum of RGB (Red+Green+Blue) = 26+73+172=271 (35% of max value = 765). Red value is 26 (10.55% from 255 or 9.59% from 271); Green value is 73 (28.91% from 255 or 26.94% from 271); Blue value is 172 (67.58% from 255 or 63.47% from 271); Max value from RGB is 172 - color contains mainly: blue. Hex color #1A49AC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1A49AC is #E5B653. Grayscale: #454545. Windows color (decimal): -15054420 or 11290906. OLE color: 11290906.

HSL color Cylindrical-coordinate representation of color #1A49AC: hue angle of 220.68º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1A49AC is Cyan = 0.85, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 26 73 172 -
CMYK 0.85 0.58 0 0.33
HSL 220.68º 0.74% 0.39% -
HSV(B) 220.68º 0.85% 0.67% -
XYZ 10.25 7.96 40.03 -
YUV 70.23 185.43 96.45 -
System Red Green Blue C M Y K H S L
Decimal 26 73 172 0.85 0.58 0 0.33 220.68 0.74 0.39
Hex 1A 49 AC 55 3A 0 21 DD 4A 27
Octal 32 111 254 125 72 0 41 335 112 47
Binary 11010 1001001 10101100 1010101 111010 0 100001 11011101 1001010 100111

Color Harmonies of #1A49AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A49AC

Black with #1A49AC

Text Example


Text Example

White with #1A49AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,73,172); }

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

background-color css

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

 a { background-color: rgb(26,73,172); }

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

border-color css

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

 span { border-color: rgb(26,73,172); }

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