Html Css Color HEX #013AE0 Persian Blue

📋 copy color: '#013AE0'

red 1 ◦ green 58 ◦ blue 224

#013AE0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Blue #013AE0

Tints of Persian Blue #013AE0

RGB

 RED value IS 1 (0.78% from 255) = 0.35%

 GREEN value IS 58 (23.05% from 255) = 20.49%

 BLUE value IS 224 (87.89% from 255) = 79.15%

R = 0.35%
G = 20.49%
B = 79.15%

CMYK

 C value IS 1.00

 M value IS 0.74

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#013AE0 (or 0x013AE0) is known color: Persian Blue. HEX triplet: 01, 3A and E0. RGB value is (1,58,224). Sum of RGB (Red+Green+Blue) = 1+58+224=283 (37% of max value = 765). Red value is 1 (0.78% from 255 or 0.35% from 283); Green value is 58 (23.05% from 255 or 20.49% from 283); Blue value is 224 (87.89% from 255 or 79.15% from 283); Max value from RGB is 224 - color contains mainly: blue. Hex color #013AE0 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #013AE0 is #FEC51F. Grayscale: #3B3B3B. Windows color (decimal): -16696608 or 14694913. OLE color: 14694913.

HSL color Cylindrical-coordinate representation of color #013AE0: hue angle of 224.66º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #013AE0 is Cyan = 1.00, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 1 58 224 -
CMYK 1.00 0.74 0 0.12
HSL 224.66º 0.99% 0.44% -
HSV(B) 224.66º 1% 0.88% -
XYZ 14.98 8.41 71.36 -
YUV 59.88 220.62 86 -
System Red Green Blue C M Y K H S L
Decimal 1 58 224 1.00 0.74 0 0.12 224.66 0.99 0.44
Hex 1 3A E0 64 4A 0 C E1 63 2C
Octal 1 72 340 144 112 0 14 341 143 54
Binary 1 111010 11100000 1100100 1001010 0 1100 11100001 1100011 101100

Color Harmonies of #013AE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013AE0

Black with #013AE0

Text Example


Text Example

White with #013AE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #013AE0;
 }
 .AnyTagClassName
 {
   color: #013AE0;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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