#0635E9

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

Shades of Persian Blue #0635E9

Tints of Persian Blue #0635E9

Color information

#0635E9 (or 0x0635E9) is unknown color: approx Persian Blue. HEX triplet: 06, 35 and E9. RGB value is (6,53,233). Sum of RGB (Red+Green+Blue) = 6+53+233=292 (38% of max value = 765). Red value is 6 (2.73% from 255 or 2.05% from 292); Green value is 53 (21.09% from 255 or 18.15% from 292); Blue value is 233 (91.41% from 255 or 79.79% from 292); Max value from RGB is 233 - color contains mainly: blue. Hex color #0635E9 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0635E9 is #F9CA16. Grayscale: #3A3A3A. Windows color (decimal): -16370199 or 15283462. OLE color: 15283462.

HSL color Cylindrical-coordinate representation of color #0635E9: hue angle of 227.58º degrees, saturation: 0.95, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0635E9 is Cyan = 0.97, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB653233-
CMYK0.970.7700.09
HSL227.58º94.98%46.86%-
HSV(B)227.58º97.42%91.37%-
XYZ16.068.4777.88-
YUV59.47225.9389.86-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.05%
GREEN value IS 53 (21.09% from 255) = 18.15%
BLUE value IS 233 (91.41% from 255) = 79.79%
R=2.05%
G=18.15%
B=79.79%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal6532330.970.7700.09227.5894.9846.86
Hex635E9614D09e45f2f
Octal66535114111501134413757
Binary110110101111010011100001100110101001111001001011111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0635E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0635E9; }

 p { color: rgb(6,53,233); }

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

<style>
 a { background-color: #0635E9; }

 a { background-color: rgb(6,53,233); }

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

<style>
 span { border-color: #0635E9; }

 span { border-color: rgb(6,53,233); }

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