#1A3ED5

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

Shades of Persian Blue #1A3ED5

Tints of Persian Blue #1A3ED5

Color information

#1A3ED5 (or 0x1A3ED5) is unknown color: approx Persian Blue. HEX triplet: 1A, 3E and D5. RGB value is (26,62,213). Sum of RGB (Red+Green+Blue) = 26+62+213=301 (39% of max value = 765). Red value is 26 (10.55% from 255 or 8.64% from 301); Green value is 62 (24.61% from 255 or 20.60% from 301); Blue value is 213 (83.59% from 255 or 70.76% from 301); Max value from RGB is 213 - color contains mainly: blue. Hex color #1A3ED5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1A3ED5 is #E5C12A. Grayscale: #434343. Windows color (decimal): -15057195 or 13975066. OLE color: 13975066.

HSL color Cylindrical-coordinate representation of color #1A3ED5: hue angle of 228.45º degrees, saturation: 0.78, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1A3ED5 is Cyan = 0.88, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB2662213-
CMYK0.880.7100.16
HSL228.45º78.24%46.86%-
HSV(B)228.45º87.79%83.53%-
XYZ14.168.4763.84-
YUV68.45209.5797.72-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 8.64%
GREEN value IS 62 (24.61% from 255) = 20.60%
BLUE value IS 213 (83.59% from 255) = 70.76%
R=8.64%
G=20.60%
B=70.76%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal26622130.880.7100.16228.4578.2446.86
Hex1A3ED55847010e44e2f
Octal327632513010702034411657
Binary110101111101101010110110001000111010000111001001001110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A3ED5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,62,213); }

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

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

 a { background-color: rgb(26,62,213); }

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

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

 span { border-color: rgb(26,62,213); }

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