Html Css Color HEX #1E29DA Persian Blue

📋 copy color: '#1E29DA'

red 30 ◦ green 41 ◦ blue 218

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

Shades of Persian Blue #1E29DA

Tints of Persian Blue #1E29DA

RGB

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

 GREEN value IS 41 (16.41% from 255) = 14.19%

 BLUE value IS 218 (85.55% from 255) = 75.43%

R = 10.38%
G = 14.19%
B = 75.43%

CMYK

 C value IS 0.86

 M value IS 0.81

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#1E29DA (or 0x1E29DA) is known color: Persian Blue. HEX triplet: 1E, 29 and DA. RGB value is (30,41,218). Sum of RGB (Red+Green+Blue) = 30+41+218=289 (38% of max value = 765). Red value is 30 (12.11% from 255 or 10.38% from 289); Green value is 41 (16.41% from 255 or 14.19% from 289); Blue value is 218 (85.55% from 255 or 75.43% from 289); Max value from RGB is 218 - color contains mainly: blue. Hex color #1E29DA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1E29DA is #E1D625. Grayscale: #393939. Windows color (decimal): -14800422 or 14297374. OLE color: 14297374.

HSL color Cylindrical-coordinate representation of color #1E29DA: hue angle of 236.49º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1E29DA is Cyan = 0.86, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 30 41 218 -
CMYK 0.86 0.81 0 0.15
HSL 236.49º 0.76% 0.49% -
HSV(B) 236.49º 0.86% 0.85% -
XYZ 13.98 6.92 66.93 -
YUV 57.89 218.36 108.11 -
System Red Green Blue C M Y K H S L
Decimal 30 41 218 0.86 0.81 0 0.15 236.49 0.76 0.49
Hex 1E 29 DA 56 51 0 F EC 4C 31
Octal 36 51 332 126 121 0 17 354 114 61
Binary 11110 101001 11011010 1010110 1010001 0 1111 11101100 1001100 110001

Color Harmonies of #1E29DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E29DA

Black with #1E29DA

Text Example


Text Example

White with #1E29DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,41,218); }

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

background-color css

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

 a { background-color: rgb(30,41,218); }

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

border-color css

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

 span { border-color: rgb(30,41,218); }

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