Html Css Color HEX #1E2AEA Persian Blue

📋 copy color: '#1E2AEA'

red 30 ◦ green 42 ◦ blue 234

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

Shades of Persian Blue #1E2AEA

Tints of Persian Blue #1E2AEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 76.47%

R = 9.8%
G = 13.73%
B = 76.47%

CMYK

 C value IS 0.87

 M value IS 0.82

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#1E2AEA (or 0x1E2AEA) is known color: Persian Blue. HEX triplet: 1E, 2A and EA. RGB value is (30,42,234). Sum of RGB (Red+Green+Blue) = 30+42+234=306 (40% of max value = 765). Red value is 30 (12.11% from 255 or 9.80% from 306); Green value is 42 (16.80% from 255 or 13.73% from 306); Blue value is 234 (91.80% from 255 or 76.47% from 306); Max value from RGB is 234 - color contains mainly: blue. Hex color #1E2AEA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #1E2AEA is #E1D515. Grayscale: #3B3B3B. Windows color (decimal): -14800150 or 15346206. OLE color: 15346206.

HSL color Cylindrical-coordinate representation of color #1E2AEA: hue angle of 236.47º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1E2AEA is Cyan = 0.87, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 30 42 234 -
CMYK 0.87 0.82 0 0.08
HSL 236.47º 0.83% 0.52% -
HSV(B) 236.47º 0.87% 0.92% -
XYZ 16.21 7.87 78.51 -
YUV 60.3 226.02 106.39 -
System Red Green Blue C M Y K H S L
Decimal 30 42 234 0.87 0.82 0 0.08 236.47 0.83 0.52
Hex 1E 2A EA 57 52 0 8 EC 53 34
Octal 36 52 352 127 122 0 10 354 123 64
Binary 11110 101010 11101010 1010111 1010010 0 1000 11101100 1010011 110100

Color Harmonies of #1E2AEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E2AEA

Black with #1E2AEA

Text Example


Text Example

White with #1E2AEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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