Html Css Color HEX #1E47AE Persian Blue

📋 copy color: '#1E47AE'

red 30 ◦ green 71 ◦ blue 174

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

Shades of Persian Blue #1E47AE

Tints of Persian Blue #1E47AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 63.27%

R = 10.91%
G = 25.82%
B = 63.27%

CMYK

 C value IS 0.83

 M value IS 0.59

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#1E47AE (or 0x1E47AE) is known color: Persian Blue. HEX triplet: 1E, 47 and AE. RGB value is (30,71,174). Sum of RGB (Red+Green+Blue) = 30+71+174=275 (36% of max value = 765). Red value is 30 (12.11% from 255 or 10.91% from 275); Green value is 71 (28.12% from 255 or 25.82% from 275); Blue value is 174 (68.36% from 255 or 63.27% from 275); Max value from RGB is 174 - color contains mainly: blue. Hex color #1E47AE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1E47AE is #E1B851. Grayscale: #464646. Windows color (decimal): -14792786 or 11421470. OLE color: 11421470.

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

Color convert

RGB 30 71 174 -
CMYK 0.83 0.59 0 0.32
HSL 222.92º 0.71% 0.4% -
HSV(B) 222.92º 0.83% 0.68% -
XYZ 10.43 7.84 41.01 -
YUV 70.48 186.42 99.12 -
System Red Green Blue C M Y K H S L
Decimal 30 71 174 0.83 0.59 0 0.32 222.92 0.71 0.4
Hex 1E 47 AE 53 3B 0 20 DF 47 28
Octal 36 107 256 123 73 0 40 337 107 50
Binary 11110 1000111 10101110 1010011 111011 0 100000 11011111 1000111 101000

Color Harmonies of #1E47AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E47AE

Black with #1E47AE

Text Example


Text Example

White with #1E47AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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