#0135CA

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

Shades of Persian Blue #0135CA

Tints of Persian Blue #0135CA

Color information

#0135CA (or 0x0135CA) is unknown color: approx Persian Blue. HEX triplet: 01, 35 and CA. RGB value is (1,53,202). Sum of RGB (Red+Green+Blue) = 1+53+202=256 (33% of max value = 765). Red value is 1 (0.78% from 255 or 0.39% from 256); Green value is 53 (21.09% from 255 or 20.70% from 256); Blue value is 202 (79.30% from 255 or 78.91% from 256); Max value from RGB is 202 - color contains mainly: blue. Hex color #0135CA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0135CA is #FECA35. Grayscale: #353535. Windows color (decimal): -16697910 or 13251841. OLE color: 13251841.

HSL color Cylindrical-coordinate representation of color #0135CA: hue angle of 224.48º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0135CA is Cyan = 1.00, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB153202-
CMYK1.000.7400.21
HSL224.48º99.01%39.8%-
HSV(B)224.48º99.5%79.22%-
XYZ11.956.8256.56-
YUV54.44211.2789.88-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.39%
GREEN value IS 53 (21.09% from 255) = 20.70%
BLUE value IS 202 (79.30% from 255) = 78.91%
R=0.39%
G=20.70%
B=78.91%

CMYK

C (Cyan) values IS 1.00
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1532021.000.7400.21224.4899.0139.8
Hex135CA644A015e06328
Octal16531214411202534014350
Binary11101011100101011001001001010010101111000001100011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0135CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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