#1a34ec

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

Shades of Persian Blue #1A34EC

Tints of Persian Blue #1A34EC

Color information

#1A34EC (or 0x1A34EC) is unknown color: approx Persian Blue. HEX triplet: 1A, 34 and EC. RGB value is (26,52,236). Sum of RGB (Red+Green+Blue) = 26+52+236=314 (41% of max value = 765). Red value is 26 (10.55% from 255 or 8.28% from 314); Green value is 52 (20.70% from 255 or 16.56% from 314); Blue value is 236 (92.58% from 255 or 75.16% from 314); Max value from RGB is 236 - color contains mainly: blue. Hex color #1A34EC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #1A34EC is #E5CB13. Grayscale: #404040. Windows color (decimal): -15059732 or 15479834. OLE color: 15479834.

HSL color Cylindrical-coordinate representation of color #1A34EC: hue angle of 232.57º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1A34EC is Cyan = 0.89, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB2652236-
CMYK0.890.7800.07
HSL232.57º84.68%51.37%-
HSV(B)232.57º88.98%92.55%-
XYZ16.798.7380.16-
YUV65.2224.39100.04-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 8.28%
GREEN value IS 52 (20.70% from 255) = 16.56%
BLUE value IS 236 (92.58% from 255) = 75.16%
R=8.28%
G=16.56%
B=75.16%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal26522360.890.7800.07232.5784.6851.37
Hex1A34EC594E07e95533
Octal32643541311160735112563
Binary1101011010011101100101100110011100111111010011010101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1a34ec

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,52,236); }

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

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

 a { background-color: rgb(26,52,236); }

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

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

 span { border-color: rgb(26,52,236); }

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