Html Css Color HEX #1E40AB Persian Blue

📋 copy color: '#1E40AB'

red 30 ◦ green 64 ◦ blue 171

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

Shades of Persian Blue #1E40AB

Tints of Persian Blue #1E40AB

RGB

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

 GREEN value IS 64 (25.39% from 255) = 24.15%

 BLUE value IS 171 (67.19% from 255) = 64.53%

R = 11.32%
G = 24.15%
B = 64.53%

CMYK

 C value IS 0.82

 M value IS 0.63

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1E40AB (or 0x1E40AB) is known color: Persian Blue. HEX triplet: 1E, 40 and AB. RGB value is (30,64,171). Sum of RGB (Red+Green+Blue) = 30+64+171=265 (35% of max value = 765). Red value is 30 (12.11% from 255 or 11.32% from 265); Green value is 64 (25.39% from 255 or 24.15% from 265); Blue value is 171 (67.19% from 255 or 64.53% from 265); Max value from RGB is 171 - color contains mainly: blue. Hex color #1E40AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1E40AB is #E1BF54. Grayscale: #414141. Windows color (decimal): -14794581 or 11223070. OLE color: 11223070.

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

Color convert

RGB 30 64 171 -
CMYK 0.82 0.63 0 0.33
HSL 225.53º 0.7% 0.39% -
HSV(B) 225.53º 0.82% 0.67% -
XYZ 9.72 6.88 39.34 -
YUV 66.03 187.24 102.3 -
System Red Green Blue C M Y K H S L
Decimal 30 64 171 0.82 0.63 0 0.33 225.53 0.7 0.39
Hex 1E 40 AB 52 3F 0 21 E2 46 27
Octal 36 100 253 122 77 0 41 342 106 47
Binary 11110 1000000 10101011 1010010 111111 0 100001 11100010 1000110 100111

Color Harmonies of #1E40AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E40AB

Black with #1E40AB

Text Example


Text Example

White with #1E40AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,64,171); }

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

background-color css

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

 a { background-color: rgb(30,64,171); }

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

border-color css

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

 span { border-color: rgb(30,64,171); }

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