#0137d9

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

Shades of Persian Blue #0137D9

Tints of Persian Blue #0137D9

Color information

#0137D9 (or 0x0137D9) is unknown color: approx Persian Blue. HEX triplet: 01, 37 and D9. RGB value is (1,55,217). Sum of RGB (Red+Green+Blue) = 1+55+217=273 (36% of max value = 765). Red value is 1 (0.78% from 255 or 0.37% from 273); Green value is 55 (21.88% from 255 or 20.15% from 273); Blue value is 217 (85.16% from 255 or 79.49% from 273); Max value from RGB is 217 - color contains mainly: blue. Hex color #0137D9 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0137D9 is #FEC826. Grayscale: #383838. Windows color (decimal): -16697383 or 14235393. OLE color: 14235393.

HSL color Cylindrical-coordinate representation of color #0137D9: hue angle of 225º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0137D9 is Cyan = 1.00, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB155217-
CMYK1.000.7500.15
HSL225º99.08%42.75%-
HSV(B)225º99.54%85.1%-
XYZ13.97.7566.41-
YUV57.32218.1187.83-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.37%
GREEN value IS 55 (21.88% from 255) = 20.15%
BLUE value IS 217 (85.16% from 255) = 79.49%
R=0.37%
G=20.15%
B=79.49%

CMYK

C (Cyan) values IS 1.00
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1552171.000.7500.1522599.0842.75
Hex137D9644B0Fe1632b
Octal16733114411301734114353
Binary1110111110110011100100100101101111111000011100011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0137d9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0137d9; }

 p { color: rgb(1,55,217); }

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

<style>
 a { background-color: #0137d9; }

 a { background-color: rgb(1,55,217); }

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

<style>
 span { border-color: #0137d9; }

 span { border-color: rgb(1,55,217); }

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