#1A1ECA

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

Shades of Persian Blue #1A1ECA

Tints of Persian Blue #1A1ECA

Color information

#1A1ECA (or 0x1A1ECA) is unknown color: approx Persian Blue. HEX triplet: 1A, 1E and CA. RGB value is (26,30,202). Sum of RGB (Red+Green+Blue) = 26+30+202=258 (34% of max value = 765). Red value is 26 (10.55% from 255 or 10.08% from 258); Green value is 30 (12.11% from 255 or 11.63% 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 #1A1ECA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1A1ECA is #E5E135. Grayscale: #2F2F2F. Windows color (decimal): -15065398 or 13245978. OLE color: 13245978.

HSL color Cylindrical-coordinate representation of color #1A1ECA: hue angle of 238.64º 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 #1A1ECA is Cyan = 0.87, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB2630202-
CMYK0.870.8500.21
HSL238.64º77.19%44.71%-
HSV(B)238.64º87.13%79.22%-
XYZ11.555.4156.31-
YUV48.41214.67112.01-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal26302020.870.8500.21238.6477.1944.71
Hex1A1ECA5755015ef4d2d
Octal323631212712502535711555
Binary11010111101100101010101111010101010101111011111001101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A1ECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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