Html Css Color HEX #0535EB Persian Blue

📋 copy color: '#0535EB'

red 5 ◦ green 53 ◦ blue 235

#0535EB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Blue #0535EB

Tints of Persian Blue #0535EB

RGB

 RED value IS 5 (2.34% from 255) = 1.71%

 GREEN value IS 53 (21.09% from 255) = 18.09%

 BLUE value IS 235 (92.19% from 255) = 80.2%

R = 1.71%
G = 18.09%
B = 80.2%

CMYK

 C value IS 0.98

 M value IS 0.77

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#0535EB (or 0x0535EB) is known color: Persian Blue. HEX triplet: 05, 35 and EB. RGB value is (5,53,235). Sum of RGB (Red+Green+Blue) = 5+53+235=293 (38% of max value = 765). Red value is 5 (2.34% from 255 or 1.71% from 293); Green value is 53 (21.09% from 255 or 18.09% from 293); Blue value is 235 (92.19% from 255 or 80.20% from 293); Max value from RGB is 235 - color contains mainly: blue. Hex color #0535EB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0535EB is #FACA14. Grayscale: #3A3A3A. Windows color (decimal): -16435733 or 15414533. OLE color: 15414533.

HSL color Cylindrical-coordinate representation of color #0535EB: hue angle of 227.48º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0535EB is Cyan = 0.98, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 5 53 235 -
CMYK 0.98 0.77 0 0.08
HSL 227.48º 0.96% 0.47% -
HSV(B) 227.48º 0.98% 0.92% -
XYZ 16.33 8.58 79.39 -
YUV 59.4 227.1 89.2 -
System Red Green Blue C M Y K H S L
Decimal 5 53 235 0.98 0.77 0 0.08 227.48 0.96 0.47
Hex 5 35 EB 62 4D 0 8 E3 60 2F
Octal 5 65 353 142 115 0 10 343 140 57
Binary 101 110101 11101011 1100010 1001101 0 1000 11100011 1100000 101111

Color Harmonies of #0535EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0535EB

Black with #0535EB

Text Example


Text Example

White with #0535EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0535EB; }

 p { color: rgb(5,53,235); }

 H1.HeaderClassName
 {
   color: #0535EB;
 }
 .AnyTagClassName
 {
   color: #0535EB;
 }
</style>

background-color css

<style>
 a { background-color: #0535EB; }

 a { background-color: rgb(5,53,235); }

 div.DivClassName
 {
   background-color: #0535EB;
 }
 .BgClassName
 {
   background-color: #0535EB;
 }
</style>

border-color css

<style>
 span { border-color: #0535EB; }

 span { border-color: rgb(5,53,235); }

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