#013BDE

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

Shades of Persian Blue #013BDE

Tints of Persian Blue #013BDE

Color information

#013BDE (or 0x013BDE) is unknown color: approx Persian Blue. HEX triplet: 01, 3B and DE. RGB value is (1,59,222). Sum of RGB (Red+Green+Blue) = 1+59+222=282 (37% of max value = 765). Red value is 1 (0.78% from 255 or 0.35% from 282); Green value is 59 (23.44% from 255 or 20.92% from 282); Blue value is 222 (87.11% from 255 or 78.72% from 282); Max value from RGB is 222 - color contains mainly: blue. Hex color #013BDE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #013BDE is #FEC421. Grayscale: #3B3B3B. Windows color (decimal): -16696354 or 14564097. OLE color: 14564097.

HSL color Cylindrical-coordinate representation of color #013BDE: hue angle of 224.25º 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 #013BDE is Cyan = 1.00, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB159222-
CMYK1.000.7300.13
HSL224.25º99.1%43.73%-
HSV(B)224.25º99.55%87.06%-
XYZ14.768.4169.95-
YUV60.24219.2885.75-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.35%
GREEN value IS 59 (23.44% from 255) = 20.92%
BLUE value IS 222 (87.11% from 255) = 78.72%
R=0.35%
G=20.92%
B=78.72%

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
Decimal1592221.000.7300.13224.2599.143.73
Hex13BDE64490De0632c
Octal17333614411101534014354
Binary1111011110111101100100100100101101111000001100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #013BDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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