Html Css Color HEX #1E2EAD Persian Blue

📋 copy color: '#1E2EAD'

red 30 ◦ green 46 ◦ blue 173

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

Shades of Persian Blue #1E2EAD

Tints of Persian Blue #1E2EAD

RGB

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

 GREEN value IS 46 (18.36% from 255) = 18.47%

 BLUE value IS 173 (67.97% from 255) = 69.48%

R = 12.05%
G = 18.47%
B = 69.48%

CMYK

 C value IS 0.83

 M value IS 0.73

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#1E2EAD (or 0x1E2EAD) is known color: Persian Blue. HEX triplet: 1E, 2E and AD. RGB value is (30,46,173). Sum of RGB (Red+Green+Blue) = 30+46+173=249 (32% of max value = 765). Red value is 30 (12.11% from 255 or 12.05% from 249); Green value is 46 (18.36% from 255 or 18.47% from 249); Blue value is 173 (67.97% from 255 or 69.48% from 249); Max value from RGB is 173 - color contains mainly: blue. Hex color #1E2EAD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1E2EAD is #E1D152. Grayscale: #373737. Windows color (decimal): -14799187 or 11349534. OLE color: 11349534.

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

Color convert

RGB 30 46 173 -
CMYK 0.83 0.73 0 0.32
HSL 233.29º 0.7% 0.4% -
HSV(B) 233.29º 0.83% 0.68% -
XYZ 9.06 5.25 40.07 -
YUV 55.69 194.2 109.67 -
System Red Green Blue C M Y K H S L
Decimal 30 46 173 0.83 0.73 0 0.32 233.29 0.7 0.4
Hex 1E 2E AD 53 49 0 20 E9 46 28
Octal 36 56 255 123 111 0 40 351 106 50
Binary 11110 101110 10101101 1010011 1001001 0 100000 11101001 1000110 101000

Color Harmonies of #1E2EAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E2EAD

Black with #1E2EAD

Text Example


Text Example

White with #1E2EAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,46,173); }

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

background-color css

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

 a { background-color: rgb(30,46,173); }

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

border-color css

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

 span { border-color: rgb(30,46,173); }

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