#013CDE

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

Shades of Persian Blue #013CDE

Tints of Persian Blue #013CDE

Color information

#013CDE (or 0x013CDE) is unknown color: approx Persian Blue. HEX triplet: 01, 3C and DE. RGB value is (1,60,222). Sum of RGB (Red+Green+Blue) = 1+60+222=283 (37% of max value = 765). Red value is 1 (0.78% from 255 or 0.35% from 283); Green value is 60 (23.83% from 255 or 21.20% from 283); Blue value is 222 (87.11% from 255 or 78.45% from 283); Max value from RGB is 222 - color contains mainly: blue. Hex color #013CDE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #013CDE is #FEC321. Grayscale: #3C3C3C. Windows color (decimal): -16696098 or 14564353. OLE color: 14564353.

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

Color convert

RGB160222-
CMYK1.000.7300.13
HSL223.98º99.1%43.73%-
HSV(B)223.98º99.55%87.06%-
XYZ14.818.5169.97-
YUV60.83218.9585.33-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.35%
GREEN value IS 60 (23.83% from 255) = 21.20%
BLUE value IS 222 (87.11% from 255) = 78.45%
R=0.35%
G=21.20%
B=78.45%

CMYK

C (Cyan) values IS 1.00
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1602221.000.7300.13223.9899.143.73
Hex13CDE64490De0632c
Octal17433614411101534014354
Binary1111100110111101100100100100101101111000001100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #013CDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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