#013BD6

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

Shades of Persian Blue #013BD6

Tints of Persian Blue #013BD6

Color information

#013BD6 (or 0x013BD6) is unknown color: approx Persian Blue. HEX triplet: 01, 3B and D6. RGB value is (1,59,214). Sum of RGB (Red+Green+Blue) = 1+59+214=274 (36% of max value = 765). Red value is 1 (0.78% from 255 or 0.36% from 274); Green value is 59 (23.44% from 255 or 21.53% from 274); Blue value is 214 (83.98% from 255 or 78.10% from 274); Max value from RGB is 214 - color contains mainly: blue. Hex color #013BD6 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #013BD6 is #FEC429. Grayscale: #3A3A3A. Windows color (decimal): -16696362 or 14039809. OLE color: 14039809.

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

Color convert

RGB159214-
CMYK1.000.7200.16
HSL223.66º99.07%42.16%-
HSV(B)223.66º99.53%83.92%-
XYZ13.717.9964.44-
YUV59.33215.2886.4-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.36%
GREEN value IS 59 (23.44% from 255) = 21.53%
BLUE value IS 214 (83.98% from 255) = 78.10%
R=0.36%
G=21.53%
B=78.10%

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
Decimal1592141.000.7200.16223.6699.0742.16
Hex13BD66448010e0632a
Octal17332614411002034014352
Binary11110111101011011001001001000010000111000001100011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #013BD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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