#013CD6

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

Shades of Persian Blue #013CD6

Tints of Persian Blue #013CD6

Color information

#013CD6 (or 0x013CD6) is unknown color: approx Persian Blue. HEX triplet: 01, 3C and D6. RGB value is (1,60,214). Sum of RGB (Red+Green+Blue) = 1+60+214=275 (36% of max value = 765). Red value is 1 (0.78% from 255 or 0.36% from 275); Green value is 60 (23.83% from 255 or 21.82% from 275); Blue value is 214 (83.98% from 255 or 77.82% from 275); Max value from RGB is 214 - color contains mainly: blue. Hex color #013CD6 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #013CD6 is #FEC329. Grayscale: #3B3B3B. Windows color (decimal): -16696106 or 14040065. OLE color: 14040065.

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

Color convert

RGB160214-
CMYK1.000.7200.16
HSL223.38º99.07%42.16%-
HSV(B)223.38º99.53%83.92%-
XYZ13.778.0964.45-
YUV59.92214.9585.98-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.36%
GREEN value IS 60 (23.83% from 255) = 21.82%
BLUE value IS 214 (83.98% from 255) = 77.82%
R=0.36%
G=21.82%
B=77.82%

CMYK

C (Cyan) values IS 1.00
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1602141.000.7200.16223.3899.0742.16
Hex13CD66448010df632a
Octal17432614411002033714352
Binary11111001101011011001001001000010000110111111100011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #013CD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(1,60,214); }

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

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

 a { background-color: rgb(1,60,214); }

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

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

 span { border-color: rgb(1,60,214); }

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