Html Css Color HEX #1E1ABA Persian Blue

📋 copy color: '#1E1ABA'

red 30 ◦ green 26 ◦ blue 186

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

Shades of Persian Blue #1E1ABA

Tints of Persian Blue #1E1ABA

RGB

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

 GREEN value IS 26 (10.55% from 255) = 10.74%

 BLUE value IS 186 (73.05% from 255) = 76.86%

R = 12.4%
G = 10.74%
B = 76.86%

CMYK

 C value IS 0.84

 M value IS 0.86

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#1E1ABA (or 0x1E1ABA) is known color: Persian Blue. HEX triplet: 1E, 1A and BA. RGB value is (30,26,186). Sum of RGB (Red+Green+Blue) = 30+26+186=242 (32% of max value = 765). Red value is 30 (12.11% from 255 or 12.40% from 242); Green value is 26 (10.55% from 255 or 10.74% from 242); Blue value is 186 (73.05% from 255 or 76.86% from 242); Max value from RGB is 186 - color contains mainly: blue. Hex color #1E1ABA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1E1ABA is #E1E545. Grayscale: #2C2C2C. Windows color (decimal): -14804294 or 12196382. OLE color: 12196382.

HSL color Cylindrical-coordinate representation of color #1E1ABA: hue angle of 241.5º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1E1ABA is Cyan = 0.84, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 30 26 186 -
CMYK 0.84 0.86 0 0.27
HSL 241.5º 0.75% 0.42% -
HSV(B) 241.5º 0.86% 0.73% -
XYZ 9.77 4.56 46.82 -
YUV 45.44 207.33 116.99 -
System Red Green Blue C M Y K H S L
Decimal 30 26 186 0.84 0.86 0 0.27 241.5 0.75 0.42
Hex 1E 1A BA 54 56 0 1B F2 4B 2A
Octal 36 32 272 124 126 0 33 362 113 52
Binary 11110 11010 10111010 1010100 1010110 0 11011 11110010 1001011 101010

Color Harmonies of #1E1ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E1ABA

Black with #1E1ABA

Text Example


Text Example

White with #1E1ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,26,186); }

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

background-color css

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

 a { background-color: rgb(30,26,186); }

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

border-color css

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

 span { border-color: rgb(30,26,186); }

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