Html Css Color HEX #1E1BAE Persian Blue

📋 copy color: '#1E1BAE'

red 30 ◦ green 27 ◦ blue 174

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

Shades of Persian Blue #1E1BAE

Tints of Persian Blue #1E1BAE

RGB

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

 GREEN value IS 27 (10.94% from 255) = 11.69%

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

R = 12.99%
G = 11.69%
B = 75.32%

CMYK

 C value IS 0.83

 M value IS 0.84

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#1E1BAE (or 0x1E1BAE) is known color: Persian Blue. HEX triplet: 1E, 1B and AE. RGB value is (30,27,174). Sum of RGB (Red+Green+Blue) = 30+27+174=231 (30% of max value = 765). Red value is 30 (12.11% from 255 or 12.99% from 231); Green value is 27 (10.94% from 255 or 11.69% from 231); Blue value is 174 (68.36% from 255 or 75.32% from 231); Max value from RGB is 174 - color contains mainly: blue. Hex color #1E1BAE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1E1BAE is #E1E451. Grayscale: #2C2C2C. Windows color (decimal): -14804050 or 11410206. OLE color: 11410206.

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

Color convert

RGB 30 27 174 -
CMYK 0.83 0.84 0 0.32
HSL 241.22º 0.73% 0.39% -
HSV(B) 241.22º 0.84% 0.68% -
XYZ 8.57 4.12 40.39 -
YUV 44.66 200.99 117.55 -
System Red Green Blue C M Y K H S L
Decimal 30 27 174 0.83 0.84 0 0.32 241.22 0.73 0.39
Hex 1E 1B AE 53 54 0 20 F1 49 27
Octal 36 33 256 123 124 0 40 361 111 47
Binary 11110 11011 10101110 1010011 1010100 0 100000 11110001 1001001 100111

Color Harmonies of #1E1BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E1BAE

Black with #1E1BAE

Text Example


Text Example

White with #1E1BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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