Html Css Color HEX #1E40C0 Persian Blue

📋 copy color: '#1E40C0'

red 30 ◦ green 64 ◦ blue 192

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

Shades of Persian Blue #1E40C0

Tints of Persian Blue #1E40C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 67.13%

R = 10.49%
G = 22.38%
B = 67.13%

CMYK

 C value IS 0.84

 M value IS 0.67

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#1E40C0 (or 0x1E40C0) is known color: Persian Blue. HEX triplet: 1E, 40 and C0. RGB value is (30,64,192). Sum of RGB (Red+Green+Blue) = 30+64+192=286 (37% of max value = 765). Red value is 30 (12.11% from 255 or 10.49% from 286); Green value is 64 (25.39% from 255 or 22.38% from 286); Blue value is 192 (75.39% from 255 or 67.13% from 286); Max value from RGB is 192 - color contains mainly: blue. Hex color #1E40C0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1E40C0 is #E1BF3F. Grayscale: #434343. Windows color (decimal): -14794560 or 12599326. OLE color: 12599326.

HSL color Cylindrical-coordinate representation of color #1E40C0: hue angle of 227.41º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1E40C0 is Cyan = 0.84, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 30 64 192 -
CMYK 0.84 0.67 0 0.25
HSL 227.41º 0.73% 0.44% -
HSV(B) 227.41º 0.84% 0.75% -
XYZ 11.88 7.75 50.74 -
YUV 68.43 197.74 100.59 -
System Red Green Blue C M Y K H S L
Decimal 30 64 192 0.84 0.67 0 0.25 227.41 0.73 0.44
Hex 1E 40 C0 54 43 0 19 E3 49 2C
Octal 36 100 300 124 103 0 31 343 111 54
Binary 11110 1000000 11000000 1010100 1000011 0 11001 11100011 1001001 101100

Color Harmonies of #1E40C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E40C0

Black with #1E40C0

Text Example


Text Example

White with #1E40C0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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