Html Css Color HEX #1E2BAE Persian Blue

📋 copy color: '#1E2BAE'

red 30 ◦ green 43 ◦ blue 174

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

Shades of Persian Blue #1E2BAE

Tints of Persian Blue #1E2BAE

RGB

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

 GREEN value IS 43 (17.19% from 255) = 17.41%

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

R = 12.15%
G = 17.41%
B = 70.45%

CMYK

 C value IS 0.83

 M value IS 0.75

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#1E2BAE (or 0x1E2BAE) is known color: Persian Blue. HEX triplet: 1E, 2B and AE. RGB value is (30,43,174). Sum of RGB (Red+Green+Blue) = 30+43+174=247 (32% of max value = 765). Red value is 30 (12.11% from 255 or 12.15% from 247); Green value is 43 (17.19% from 255 or 17.41% from 247); Blue value is 174 (68.36% from 255 or 70.45% from 247); Max value from RGB is 174 - color contains mainly: blue. Hex color #1E2BAE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1E2BAE is #E1D451. Grayscale: #353535. Windows color (decimal): -14799954 or 11414302. OLE color: 11414302.

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

Color convert

RGB 30 43 174 -
CMYK 0.83 0.75 0 0.32
HSL 234.58º 0.71% 0.4% -
HSV(B) 234.58º 0.83% 0.68% -
XYZ 9.04 5.06 40.54 -
YUV 54.05 195.69 110.85 -
System Red Green Blue C M Y K H S L
Decimal 30 43 174 0.83 0.75 0 0.32 234.58 0.71 0.4
Hex 1E 2B AE 53 4B 0 20 EB 47 28
Octal 36 53 256 123 113 0 40 353 107 50
Binary 11110 101011 10101110 1010011 1001011 0 100000 11101011 1000111 101000

Color Harmonies of #1E2BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E2BAE

Black with #1E2BAE

Text Example


Text Example

White with #1E2BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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