Html Css Color HEX #1E1FAE Persian Blue

📋 copy color: '#1E1FAE'

red 30 ◦ green 31 ◦ blue 174

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

Shades of Persian Blue #1E1FAE

Tints of Persian Blue #1E1FAE

RGB

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

 GREEN value IS 31 (12.5% from 255) = 13.19%

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

R = 12.77%
G = 13.19%
B = 74.04%

CMYK

 C value IS 0.83

 M value IS 0.82

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#1E1FAE (or 0x1E1FAE) is known color: Persian Blue. HEX triplet: 1E, 1F and AE. RGB value is (30,31,174). Sum of RGB (Red+Green+Blue) = 30+31+174=235 (31% of max value = 765). Red value is 30 (12.11% from 255 or 12.77% from 235); Green value is 31 (12.5% from 255 or 13.19% from 235); Blue value is 174 (68.36% from 255 or 74.04% from 235); Max value from RGB is 174 - color contains mainly: blue. Hex color #1E1FAE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1E1FAE is #E1E051. Grayscale: #2E2E2E. Windows color (decimal): -14803026 or 11411230. OLE color: 11411230.

HSL color Cylindrical-coordinate representation of color #1E1FAE: hue angle of 239.58º 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 #1E1FAE is Cyan = 0.83, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 30 31 174 -
CMYK 0.83 0.82 0 0.32
HSL 239.58º 0.71% 0.4% -
HSV(B) 239.58º 0.83% 0.68% -
XYZ 8.67 4.31 40.42 -
YUV 47 199.67 115.87 -
System Red Green Blue C M Y K H S L
Decimal 30 31 174 0.83 0.82 0 0.32 239.58 0.71 0.4
Hex 1E 1F AE 53 52 0 20 F0 47 28
Octal 36 37 256 123 122 0 40 360 107 50
Binary 11110 11111 10101110 1010011 1010010 0 100000 11110000 1000111 101000

Color Harmonies of #1E1FAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E1FAE

Black with #1E1FAE

Text Example


Text Example

White with #1E1FAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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