Html Css Color HEX #1E2FAD Persian Blue

📋 copy color: '#1E2FAD'

red 30 ◦ green 47 ◦ blue 173

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

Shades of Persian Blue #1E2FAD

Tints of Persian Blue #1E2FAD

RGB

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

 GREEN value IS 47 (18.75% from 255) = 18.8%

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

R = 12%
G = 18.8%
B = 69.2%

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

#1E2FAD (or 0x1E2FAD) is known color: Persian Blue. HEX triplet: 1E, 2F and AD. RGB value is (30,47,173). Sum of RGB (Red+Green+Blue) = 30+47+173=250 (33% of max value = 765). Red value is 30 (12.11% from 255 or 12% from 250); Green value is 47 (18.75% from 255 or 18.8% from 250); Blue value is 173 (67.97% from 255 or 69.2% from 250); Max value from RGB is 173 - color contains mainly: blue. Hex color #1E2FAD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1E2FAD is #E1D052. Grayscale: #373737. Windows color (decimal): -14798931 or 11349790. OLE color: 11349790.

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

Color convert

RGB 30 47 173 -
CMYK 0.83 0.73 0 0.32
HSL 232.87º 0.7% 0.4% -
HSV(B) 232.87º 0.83% 0.68% -
XYZ 9.09 5.33 40.08 -
YUV 56.28 193.87 109.25 -
System Red Green Blue C M Y K H S L
Decimal 30 47 173 0.83 0.73 0 0.32 232.87 0.7 0.4
Hex 1E 2F AD 53 49 0 20 E9 46 28
Octal 36 57 255 123 111 0 40 351 106 50
Binary 11110 101111 10101101 1010011 1001001 0 100000 11101001 1000110 101000

Color Harmonies of #1E2FAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E2FAD

Black with #1E2FAD

Text Example


Text Example

White with #1E2FAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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