Html Css Color HEX #1E24CA Persian Blue

📋 copy color: '#1E24CA'

red 30 ◦ green 36 ◦ blue 202

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

Shades of Persian Blue #1E24CA

Tints of Persian Blue #1E24CA

RGB

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

 GREEN value IS 36 (14.45% from 255) = 13.43%

 BLUE value IS 202 (79.3% from 255) = 75.37%

R = 11.19%
G = 13.43%
B = 75.37%

CMYK

 C value IS 0.85

 M value IS 0.82

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#1E24CA (or 0x1E24CA) is known color: Persian Blue. HEX triplet: 1E, 24 and CA. RGB value is (30,36,202). Sum of RGB (Red+Green+Blue) = 30+36+202=268 (35% of max value = 765). Red value is 30 (12.11% from 255 or 11.19% from 268); Green value is 36 (14.45% from 255 or 13.43% from 268); Blue value is 202 (79.30% from 255 or 75.37% from 268); Max value from RGB is 202 - color contains mainly: blue. Hex color #1E24CA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1E24CA is #E1DB35. Grayscale: #343434. Windows color (decimal): -14801718 or 13247518. OLE color: 13247518.

HSL color Cylindrical-coordinate representation of color #1E24CA: hue angle of 237.91º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1E24CA is Cyan = 0.85, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 30 36 202 -
CMYK 0.85 0.82 0 0.21
HSL 237.91º 0.74% 0.45% -
HSV(B) 237.91º 0.85% 0.79% -
XYZ 11.83 5.8 56.37 -
YUV 53.13 212.01 111.5 -
System Red Green Blue C M Y K H S L
Decimal 30 36 202 0.85 0.82 0 0.21 237.91 0.74 0.45
Hex 1E 24 CA 55 52 0 15 EE 4A 2D
Octal 36 44 312 125 122 0 25 356 112 55
Binary 11110 100100 11001010 1010101 1010010 0 10101 11101110 1001010 101101

Color Harmonies of #1E24CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E24CA

Black with #1E24CA

Text Example


Text Example

White with #1E24CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,36,202); }

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

background-color css

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

 a { background-color: rgb(30,36,202); }

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

border-color css

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

 span { border-color: rgb(30,36,202); }

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