Html Css Color HEX #1E2FAC Persian Blue

📋 copy color: '#1E2FAC'

red 30 ◦ green 47 ◦ blue 172

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

Shades of Persian Blue #1E2FAC

Tints of Persian Blue #1E2FAC

RGB

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

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

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

R = 12.05%
G = 18.88%
B = 69.08%

CMYK

 C value IS 0.83

 M value IS 0.73

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1E2FAC (or 0x1E2FAC) is known color: Persian Blue. HEX triplet: 1E, 2F and AC. RGB value is (30,47,172). Sum of RGB (Red+Green+Blue) = 30+47+172=249 (32% of max value = 765). Red value is 30 (12.11% from 255 or 12.05% from 249); Green value is 47 (18.75% from 255 or 18.88% from 249); Blue value is 172 (67.58% from 255 or 69.08% from 249); Max value from RGB is 172 - color contains mainly: blue. Hex color #1E2FAC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1E2FAC is #E1D053. Grayscale: #373737. Windows color (decimal): -14798932 or 11284254. OLE color: 11284254.

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

Color convert

RGB 30 47 172 -
CMYK 0.83 0.73 0 0.33
HSL 232.82º 0.7% 0.4% -
HSV(B) 232.82º 0.83% 0.67% -
XYZ 9 5.29 39.58 -
YUV 56.17 193.37 109.34 -
System Red Green Blue C M Y K H S L
Decimal 30 47 172 0.83 0.73 0 0.33 232.82 0.7 0.4
Hex 1E 2F AC 53 49 0 21 E9 46 28
Octal 36 57 254 123 111 0 41 351 106 50
Binary 11110 101111 10101100 1010011 1001001 0 100001 11101001 1000110 101000

Color Harmonies of #1E2FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E2FAC

Black with #1E2FAC

Text Example


Text Example

White with #1E2FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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