#1E1ACA

Color #1E1ACA Persian Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Blue #1E1ACA

Tints of Persian Blue #1E1ACA

Color information

#1E1ACA (or 0x1E1ACA) is unknown color: approx Persian Blue. HEX triplet: 1E, 1A and CA. RGB value is (30,26,202). Sum of RGB (Red+Green+Blue) = 30+26+202=258 (34% of max value = 765). Red value is 30 (12.11% from 255 or 11.63% from 258); Green value is 26 (10.55% from 255 or 10.08% from 258); Blue value is 202 (79.30% from 255 or 78.29% from 258); Max value from RGB is 202 - color contains mainly: blue. Hex color #1E1ACA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1E1ACA is #E1E535. Grayscale: #2E2E2E. Windows color (decimal): -14804278 or 13244958. OLE color: 13244958.

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

Color convert

RGB3026202-
CMYK0.850.8700.21
HSL241.36º77.19%44.71%-
HSV(B)241.36º87.13%79.22%-
XYZ11.575.2856.29-
YUV47.26215.33115.69-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 11.63%
GREEN value IS 26 (10.55% from 255) = 10.08%
BLUE value IS 202 (79.30% from 255) = 78.29%
R=11.63%
G=10.08%
B=78.29%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal30262020.850.8700.21241.3677.1944.71
Hex1E1ACA5557015f14d2d
Octal363231212512702536111555
Binary11110110101100101010101011010111010101111100011001101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E1ACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #1E1ACA;
 }
 .AnyTagClassName
 {
   color: #1E1ACA;
 }
</style>
background-color css

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

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

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

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

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

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