Html Css Color HEX #1E3CAD Persian Blue

📋 copy color: '#1E3CAD'

red 30 ◦ green 60 ◦ blue 173

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

Shades of Persian Blue #1E3CAD

Tints of Persian Blue #1E3CAD

RGB

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

 GREEN value IS 60 (23.83% from 255) = 22.81%

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

R = 11.41%
G = 22.81%
B = 65.78%

CMYK

 C value IS 0.83

 M value IS 0.65

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#1E3CAD (or 0x1E3CAD) is known color: Persian Blue. HEX triplet: 1E, 3C and AD. RGB value is (30,60,173). Sum of RGB (Red+Green+Blue) = 30+60+173=263 (34% of max value = 765). Red value is 30 (12.11% from 255 or 11.41% from 263); Green value is 60 (23.83% from 255 or 22.81% from 263); Blue value is 173 (67.97% from 255 or 65.78% from 263); Max value from RGB is 173 - color contains mainly: blue. Hex color #1E3CAD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1E3CAD is #E1C352. Grayscale: #3F3F3F. Windows color (decimal): -14795603 or 11353118. OLE color: 11353118.

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

Color convert

RGB 30 60 173 -
CMYK 0.83 0.65 0 0.32
HSL 227.41º 0.7% 0.4% -
HSV(B) 227.41º 0.83% 0.68% -
XYZ 9.69 6.52 40.28 -
YUV 63.91 189.56 103.81 -
System Red Green Blue C M Y K H S L
Decimal 30 60 173 0.83 0.65 0 0.32 227.41 0.7 0.4
Hex 1E 3C AD 53 41 0 20 E3 46 28
Octal 36 74 255 123 101 0 40 343 106 50
Binary 11110 111100 10101101 1010011 1000001 0 100000 11100011 1000110 101000

Color Harmonies of #1E3CAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E3CAD

Black with #1E3CAD

Text Example


Text Example

White with #1E3CAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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