Html Css Color HEX #013AD0 Persian Blue

📋 copy color: '#013AD0'

red 1 ◦ green 58 ◦ blue 208

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

Shades of Persian Blue #013AD0

Tints of Persian Blue #013AD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 77.9%

R = 0.37%
G = 21.72%
B = 77.9%

CMYK

 C value IS 1.00

 M value IS 0.72

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#013AD0 (or 0x013AD0) is known color: Persian Blue. HEX triplet: 01, 3A and D0. RGB value is (1,58,208). Sum of RGB (Red+Green+Blue) = 1+58+208=267 (35% of max value = 765). Red value is 1 (0.78% from 255 or 0.37% from 267); Green value is 58 (23.05% from 255 or 21.72% from 267); Blue value is 208 (81.64% from 255 or 77.90% from 267); Max value from RGB is 208 - color contains mainly: blue. Hex color #013AD0 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #013AD0 is #FEC52F. Grayscale: #393939. Windows color (decimal): -16696624 or 13646337. OLE color: 13646337.

HSL color Cylindrical-coordinate representation of color #013AD0: hue angle of 223.48º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #013AD0 is Cyan = 1.00, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 1 58 208 -
CMYK 1.00 0.72 0 0.18
HSL 223.48º 0.99% 0.41% -
HSV(B) 223.48º 1% 0.82% -
XYZ 12.91 7.59 60.46 -
YUV 58.06 212.62 87.3 -
System Red Green Blue C M Y K H S L
Decimal 1 58 208 1.00 0.72 0 0.18 223.48 0.99 0.41
Hex 1 3A D0 64 48 0 12 DF 63 29
Octal 1 72 320 144 110 0 22 337 143 51
Binary 1 111010 11010000 1100100 1001000 0 10010 11011111 1100011 101001

Color Harmonies of #013AD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013AD0

Black with #013AD0

Text Example


Text Example

White with #013AD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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