#013AE7

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

Shades of Persian Blue #013AE7

Tints of Persian Blue #013AE7

Color information

#013AE7 (or 0x013AE7) is unknown color: approx Persian Blue. HEX triplet: 01, 3A and E7. RGB value is (1,58,231). Sum of RGB (Red+Green+Blue) = 1+58+231=290 (38% of max value = 765). Red value is 1 (0.78% from 255 or 0.34% from 290); Green value is 58 (23.05% from 255 or 20% from 290); Blue value is 231 (90.62% from 255 or 79.66% from 290); Max value from RGB is 231 - color contains mainly: blue. Hex color #013AE7 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #013AE7 is #FEC518. Grayscale: #3B3B3B. Windows color (decimal): -16696601 or 15153665. OLE color: 15153665.

HSL color Cylindrical-coordinate representation of color #013AE7: hue angle of 225.13º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #013AE7 is Cyan = 1.00, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB158231-
CMYK1.000.7500.09
HSL225.13º99.14%45.49%-
HSV(B)225.13º99.57%90.59%-
XYZ15.958.876.46-
YUV60.68224.1285.43-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.34%
GREEN value IS 58 (23.05% from 255) = 20%
BLUE value IS 231 (90.62% from 255) = 79.66%
R=0.34%
G=20%
B=79.66%

CMYK

C (Cyan) values IS 1.00
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1582311.000.7500.09225.1399.1445.49
Hex13AE7644B09e1632d
Octal17234714411301134114355
Binary1111010111001111100100100101101001111000011100011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #013AE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #013AE7; }

 p { color: rgb(1,58,231); }

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

<style>
 a { background-color: #013AE7; }

 a { background-color: rgb(1,58,231); }

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

<style>
 span { border-color: #013AE7; }

 span { border-color: rgb(1,58,231); }

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