#0130D6

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

Shades of Persian Blue #0130D6

Tints of Persian Blue #0130D6

Color information

#0130D6 (or 0x0130D6) is unknown color: approx Persian Blue. HEX triplet: 01, 30 and D6. RGB value is (1,48,214). Sum of RGB (Red+Green+Blue) = 1+48+214=263 (34% of max value = 765). Red value is 1 (0.78% from 255 or 0.38% from 263); Green value is 48 (19.14% from 255 or 18.25% from 263); Blue value is 214 (83.98% from 255 or 81.37% from 263); Max value from RGB is 214 - color contains mainly: blue. Hex color #0130D6 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0130D6 is #FECF29. Grayscale: #343434. Windows color (decimal): -16699178 or 14036993. OLE color: 14036993.

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

Color convert

RGB148214-
CMYK1.000.7800.16
HSL226.76º99.07%42.16%-
HSV(B)226.76º99.53%83.92%-
XYZ13.216.9864.27-
YUV52.87218.9391-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.38%
GREEN value IS 48 (19.14% from 255) = 18.25%
BLUE value IS 214 (83.98% from 255) = 81.37%
R=0.38%
G=18.25%
B=81.37%

CMYK

C (Cyan) values IS 1.00
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1482141.000.7800.16226.7699.0742.16
Hex130D6644E010e3632a
Octal16032614411602034314352
Binary11100001101011011001001001110010000111000111100011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0130D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0130D6; }

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

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

<style>
 a { background-color: #0130D6; }

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

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

<style>
 span { border-color: #0130D6; }

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

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