Html Css Color HEX #1E3BAE Persian Blue

📋 copy color: '#1E3BAE'

red 30 ◦ green 59 ◦ blue 174

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

Shades of Persian Blue #1E3BAE

Tints of Persian Blue #1E3BAE

RGB

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

 GREEN value IS 59 (23.44% from 255) = 22.43%

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

R = 11.41%
G = 22.43%
B = 66.16%

CMYK

 C value IS 0.83

 M value IS 0.66

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#1E3BAE (or 0x1E3BAE) is known color: Persian Blue. HEX triplet: 1E, 3B and AE. RGB value is (30,59,174). Sum of RGB (Red+Green+Blue) = 30+59+174=263 (34% of max value = 765). Red value is 30 (12.11% from 255 or 11.41% from 263); Green value is 59 (23.44% from 255 or 22.43% from 263); Blue value is 174 (68.36% from 255 or 66.16% from 263); Max value from RGB is 174 - color contains mainly: blue. Hex color #1E3BAE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1E3BAE is #E1C451. Grayscale: #3E3E3E. Windows color (decimal): -14795858 or 11418398. OLE color: 11418398.

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

Color convert

RGB 30 59 174 -
CMYK 0.83 0.66 0 0.32
HSL 227.92º 0.71% 0.4% -
HSV(B) 227.92º 0.83% 0.68% -
XYZ 9.74 6.46 40.78 -
YUV 63.44 190.39 104.15 -
System Red Green Blue C M Y K H S L
Decimal 30 59 174 0.83 0.66 0 0.32 227.92 0.71 0.4
Hex 1E 3B AE 53 42 0 20 E4 47 28
Octal 36 73 256 123 102 0 40 344 107 50
Binary 11110 111011 10101110 1010011 1000010 0 100000 11100100 1000111 101000

Color Harmonies of #1E3BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E3BAE

Black with #1E3BAE

Text Example


Text Example

White with #1E3BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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