Html Css Color HEX #013AEC Persian Blue

📋 copy color: '#013AEC'

red 1 ◦ green 58 ◦ blue 236

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

Shades of Persian Blue #013AEC

Tints of Persian Blue #013AEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 80%

R = 0.34%
G = 19.66%
B = 80%

CMYK

 C value IS 1.00

 M value IS 0.75

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#013AEC (or 0x013AEC) is known color: Persian Blue. HEX triplet: 01, 3A and EC. RGB value is (1,58,236). Sum of RGB (Red+Green+Blue) = 1+58+236=295 (39% of max value = 765). Red value is 1 (0.78% from 255 or 0.34% from 295); Green value is 58 (23.05% from 255 or 19.66% from 295); Blue value is 236 (92.58% from 255 or 80% from 295); Max value from RGB is 236 - color contains mainly: blue. Hex color #013AEC is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #013AEC is #FEC513. Grayscale: #3C3C3C. Windows color (decimal): -16696596 or 15481345. OLE color: 15481345.

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

Color convert

RGB 1 58 236 -
CMYK 1.00 0.75 0 0.07
HSL 225.45º 0.99% 0.46% -
HSV(B) 225.45º 1% 0.93% -
XYZ 16.67 9.09 80.23 -
YUV 61.25 226.62 85.03 -
System Red Green Blue C M Y K H S L
Decimal 1 58 236 1.00 0.75 0 0.07 225.45 0.99 0.46
Hex 1 3A EC 64 4B 0 7 E1 63 2E
Octal 1 72 354 144 113 0 7 341 143 56
Binary 1 111010 11101100 1100100 1001011 0 111 11100001 1100011 101110

Color Harmonies of #013AEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013AEC

Black with #013AEC

Text Example


Text Example

White with #013AEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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