#0135DE

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

Shades of Persian Blue #0135DE

Tints of Persian Blue #0135DE

Color information

#0135DE (or 0x0135DE) is unknown color: approx Persian Blue. HEX triplet: 01, 35 and DE. RGB value is (1,53,222). Sum of RGB (Red+Green+Blue) = 1+53+222=276 (36% of max value = 765). Red value is 1 (0.78% from 255 or 0.36% from 276); Green value is 53 (21.09% from 255 or 19.20% from 276); Blue value is 222 (87.11% from 255 or 80.43% from 276); Max value from RGB is 222 - color contains mainly: blue. Hex color #0135DE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0135DE is #FECA21. Grayscale: #373737. Windows color (decimal): -16697890 or 14562561. OLE color: 14562561.

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

Color convert

RGB153222-
CMYK1.000.7600.13
HSL225.88º99.1%43.73%-
HSV(B)225.88º99.55%87.06%-
XYZ14.477.8369.86-
YUV56.72221.2788.26-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.36%
GREEN value IS 53 (21.09% from 255) = 19.20%
BLUE value IS 222 (87.11% from 255) = 80.43%
R=0.36%
G=19.20%
B=80.43%

CMYK

C (Cyan) values IS 1.00
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1532221.000.7600.13225.8899.143.73
Hex135DE644C0De2632c
Octal16533614411401534214354
Binary1110101110111101100100100110001101111000101100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0135DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0135DE; }

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

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

<style>
 a { background-color: #0135DE; }

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

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

<style>
 span { border-color: #0135DE; }

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

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