Html Css Color HEX #1E2ADA Persian Blue

📋 copy color: '#1E2ADA'

red 30 ◦ green 42 ◦ blue 218

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

Shades of Persian Blue #1E2ADA

Tints of Persian Blue #1E2ADA

RGB

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

 GREEN value IS 42 (16.8% from 255) = 14.48%

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

R = 10.34%
G = 14.48%
B = 75.17%

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

#1E2ADA (or 0x1E2ADA) is known color: Persian Blue. HEX triplet: 1E, 2A and DA. RGB value is (30,42,218). Sum of RGB (Red+Green+Blue) = 30+42+218=290 (38% of max value = 765). Red value is 30 (12.11% from 255 or 10.34% from 290); Green value is 42 (16.80% from 255 or 14.48% from 290); Blue value is 218 (85.55% from 255 or 75.17% from 290); Max value from RGB is 218 - color contains mainly: blue. Hex color #1E2ADA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1E2ADA is #E1D525. Grayscale: #393939. Windows color (decimal): -14800166 or 14297630. OLE color: 14297630.

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

Color convert

RGB 30 42 218 -
CMYK 0.86 0.81 0 0.15
HSL 236.17º 0.76% 0.49% -
HSV(B) 236.17º 0.86% 0.85% -
XYZ 14.02 6.99 66.94 -
YUV 58.48 218.02 107.69 -
System Red Green Blue C M Y K H S L
Decimal 30 42 218 0.86 0.81 0 0.15 236.17 0.76 0.49
Hex 1E 2A DA 56 51 0 F EC 4C 31
Octal 36 52 332 126 121 0 17 354 114 61
Binary 11110 101010 11011010 1010110 1010001 0 1111 11101100 1001100 110001

Color Harmonies of #1E2ADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E2ADA

Black with #1E2ADA

Text Example


Text Example

White with #1E2ADA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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