Html Css Color HEX #1E3EAC Persian Blue

📋 copy color: '#1E3EAC'

red 30 ◦ green 62 ◦ blue 172

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

Shades of Persian Blue #1E3EAC

Tints of Persian Blue #1E3EAC

RGB

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

 GREEN value IS 62 (24.61% from 255) = 23.48%

 BLUE value IS 172 (67.58% from 255) = 65.15%

R = 11.36%
G = 23.48%
B = 65.15%

CMYK

 C value IS 0.83

 M value IS 0.64

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1E3EAC (or 0x1E3EAC) is known color: Persian Blue. HEX triplet: 1E, 3E and AC. RGB value is (30,62,172). Sum of RGB (Red+Green+Blue) = 30+62+172=264 (34% of max value = 765). Red value is 30 (12.11% from 255 or 11.36% from 264); Green value is 62 (24.61% from 255 or 23.48% from 264); Blue value is 172 (67.58% from 255 or 65.15% from 264); Max value from RGB is 172 - color contains mainly: blue. Hex color #1E3EAC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1E3EAC is #E1C153. Grayscale: #404040. Windows color (decimal): -14795092 or 11288094. OLE color: 11288094.

HSL color Cylindrical-coordinate representation of color #1E3EAC: hue angle of 226.48º degrees, saturation: 0.7, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1E3EAC is Cyan = 0.83, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 30 62 172 -
CMYK 0.83 0.64 0 0.33
HSL 226.48º 0.7% 0.4% -
HSV(B) 226.48º 0.83% 0.67% -
XYZ 9.7 6.7 39.81 -
YUV 64.97 188.4 103.06 -
System Red Green Blue C M Y K H S L
Decimal 30 62 172 0.83 0.64 0 0.33 226.48 0.7 0.4
Hex 1E 3E AC 53 40 0 21 E2 46 28
Octal 36 76 254 123 100 0 41 342 106 50
Binary 11110 111110 10101100 1010011 1000000 0 100001 11100010 1000110 101000

Color Harmonies of #1E3EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E3EAC

Black with #1E3EAC

Text Example


Text Example

White with #1E3EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,62,172); }

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

background-color css

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

 a { background-color: rgb(30,62,172); }

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

border-color css

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

 span { border-color: rgb(30,62,172); }

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