Html Css Color HEX #1E43DA Persian Blue

📋 copy color: '#1E43DA'

red 30 ◦ green 67 ◦ blue 218

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

Shades of Persian Blue #1E43DA

Tints of Persian Blue #1E43DA

RGB

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

 GREEN value IS 67 (26.56% from 255) = 21.27%

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

R = 9.52%
G = 21.27%
B = 69.21%

CMYK

 C value IS 0.86

 M value IS 0.69

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#1E43DA (or 0x1E43DA) is known color: Persian Blue. HEX triplet: 1E, 43 and DA. RGB value is (30,67,218). Sum of RGB (Red+Green+Blue) = 30+67+218=315 (41% of max value = 765). Red value is 30 (12.11% from 255 or 9.52% from 315); Green value is 67 (26.56% from 255 or 21.27% from 315); Blue value is 218 (85.55% from 255 or 69.21% from 315); Max value from RGB is 218 - color contains mainly: blue. Hex color #1E43DA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1E43DA is #E1BC25. Grayscale: #484848. Windows color (decimal): -14793766 or 14304030. OLE color: 14304030.

HSL color Cylindrical-coordinate representation of color #1E43DA: hue angle of 228.19º 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 #1E43DA is Cyan = 0.86, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 30 67 218 -
CMYK 0.86 0.69 0 0.15
HSL 228.19º 0.76% 0.49% -
HSV(B) 228.19º 0.86% 0.85% -
XYZ 15.2 9.35 67.33 -
YUV 73.15 209.74 97.22 -
System Red Green Blue C M Y K H S L
Decimal 30 67 218 0.86 0.69 0 0.15 228.19 0.76 0.49
Hex 1E 43 DA 56 45 0 F E4 4C 31
Octal 36 103 332 126 105 0 17 344 114 61
Binary 11110 1000011 11011010 1010110 1000101 0 1111 11100100 1001100 110001

Color Harmonies of #1E43DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E43DA

Black with #1E43DA

Text Example


Text Example

White with #1E43DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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