Html Css Color HEX #1E47AA Persian Blue

📋 copy color: '#1E47AA'

red 30 ◦ green 71 ◦ blue 170

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

Shades of Persian Blue #1E47AA

Tints of Persian Blue #1E47AA

RGB

 RED value IS 30 (12.11% from 255) = 11.07%

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

 BLUE value IS 170 (66.8% from 255) = 62.73%

R = 11.07%
G = 26.2%
B = 62.73%

CMYK

 C value IS 0.82

 M value IS 0.58

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1E47AA (or 0x1E47AA) is known color: Persian Blue. HEX triplet: 1E, 47 and AA. RGB value is (30,71,170). Sum of RGB (Red+Green+Blue) = 30+71+170=271 (35% of max value = 765). Red value is 30 (12.11% from 255 or 11.07% from 271); Green value is 71 (28.12% from 255 or 26.20% from 271); Blue value is 170 (66.80% from 255 or 62.73% from 271); Max value from RGB is 170 - color contains mainly: blue. Hex color #1E47AA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1E47AA is #E1B855. Grayscale: #454545. Windows color (decimal): -14792790 or 11159326. OLE color: 11159326.

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

Color convert

RGB 30 71 170 -
CMYK 0.82 0.58 0 0.33
HSL 222.43º 0.7% 0.39% -
HSV(B) 222.43º 0.82% 0.67% -
XYZ 10.04 7.68 38.98 -
YUV 70.03 184.42 99.45 -
System Red Green Blue C M Y K H S L
Decimal 30 71 170 0.82 0.58 0 0.33 222.43 0.7 0.39
Hex 1E 47 AA 52 3A 0 21 DE 46 27
Octal 36 107 252 122 72 0 41 336 106 47
Binary 11110 1000111 10101010 1010010 111010 0 100001 11011110 1000110 100111

Color Harmonies of #1E47AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E47AA

Black with #1E47AA

Text Example


Text Example

White with #1E47AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,71,170); }

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

background-color css

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

 a { background-color: rgb(30,71,170); }

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

border-color css

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

 span { border-color: rgb(30,71,170); }

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