Html Css Color HEX #1A47AD Persian Blue

📋 copy color: '#1A47AD'

red 26 ◦ green 71 ◦ blue 173

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

Shades of Persian Blue #1A47AD

Tints of Persian Blue #1A47AD

RGB

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

 GREEN value IS 71 (28.13% from 255) = 26.3%

 BLUE value IS 173 (67.97% from 255) = 64.07%

R = 9.63%
G = 26.3%
B = 64.07%

CMYK

 C value IS 0.85

 M value IS 0.59

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#1A47AD (or 0x1A47AD) is known color: Persian Blue. HEX triplet: 1A, 47 and AD. RGB value is (26,71,173). Sum of RGB (Red+Green+Blue) = 26+71+173=270 (35% of max value = 765). Red value is 26 (10.55% from 255 or 9.63% from 270); Green value is 71 (28.12% from 255 or 26.30% from 270); Blue value is 173 (67.97% from 255 or 64.07% from 270); Max value from RGB is 173 - color contains mainly: blue. Hex color #1A47AD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1A47AD is #E5B852. Grayscale: #444444. Windows color (decimal): -15054931 or 11355930. OLE color: 11355930.

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

Color convert

RGB 26 71 173 -
CMYK 0.85 0.59 0 0.32
HSL 221.63º 0.74% 0.39% -
HSV(B) 221.63º 0.85% 0.68% -
XYZ 10.22 7.74 40.49 -
YUV 69.17 186.59 97.21 -
System Red Green Blue C M Y K H S L
Decimal 26 71 173 0.85 0.59 0 0.32 221.63 0.74 0.39
Hex 1A 47 AD 55 3B 0 20 DE 4A 27
Octal 32 107 255 125 73 0 40 336 112 47
Binary 11010 1000111 10101101 1010101 111011 0 100000 11011110 1001010 100111

Color Harmonies of #1A47AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A47AD

Black with #1A47AD

Text Example


Text Example

White with #1A47AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,71,173); }

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

background-color css

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

 a { background-color: rgb(26,71,173); }

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

border-color css

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

 span { border-color: rgb(26,71,173); }

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