#1a30ec

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

Shades of Persian Blue #1A30EC

Tints of Persian Blue #1A30EC

Color information

#1A30EC (or 0x1A30EC) is unknown color: approx Persian Blue. HEX triplet: 1A, 30 and EC. RGB value is (26,48,236). Sum of RGB (Red+Green+Blue) = 26+48+236=310 (41% of max value = 765). Red value is 26 (10.55% from 255 or 8.39% from 310); Green value is 48 (19.14% from 255 or 15.48% from 310); Blue value is 236 (92.58% from 255 or 76.13% from 310); Max value from RGB is 236 - color contains mainly: blue. Hex color #1A30EC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #1A30EC is #E5CF13. Grayscale: #3E3E3E. Windows color (decimal): -15060756 or 15478810. OLE color: 15478810.

HSL color Cylindrical-coordinate representation of color #1A30EC: hue angle of 233.71º 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 #1A30EC is Cyan = 0.89, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB2648236-
CMYK0.890.8000.07
HSL233.71º84.68%51.37%-
HSV(B)233.71º88.98%92.55%-
XYZ16.628.3980.1-
YUV62.85225.71101.71-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 8.39%
GREEN value IS 48 (19.14% from 255) = 15.48%
BLUE value IS 236 (92.58% from 255) = 76.13%
R=8.39%
G=15.48%
B=76.13%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal26482360.890.8000.07233.7184.6851.37
Hex1A30EC595007ea5533
Octal32603541311200735212563
Binary1101011000011101100101100110100000111111010101010101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1a30ec

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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