Html Css Color HEX #0535DB Persian Blue

📋 copy color: '#0535DB'

red 5 ◦ green 53 ◦ blue 219

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

Shades of Persian Blue #0535DB

Tints of Persian Blue #0535DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 79.06%

R = 1.81%
G = 19.13%
B = 79.06%

CMYK

 C value IS 0.98

 M value IS 0.76

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#0535DB (or 0x0535DB) is known color: Persian Blue. HEX triplet: 05, 35 and DB. RGB value is (5,53,219). Sum of RGB (Red+Green+Blue) = 5+53+219=277 (36% of max value = 765). Red value is 5 (2.34% from 255 or 1.81% from 277); Green value is 53 (21.09% from 255 or 19.13% from 277); Blue value is 219 (85.94% from 255 or 79.06% from 277); Max value from RGB is 219 - color contains mainly: blue. Hex color #0535DB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0535DB is #FACA24. Grayscale: #383838. Windows color (decimal): -16435749 or 14365957. OLE color: 14365957.

HSL color Cylindrical-coordinate representation of color #0535DB: hue angle of 226.54º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0535DB is Cyan = 0.98, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 5 53 219 -
CMYK 0.98 0.76 0 0.14
HSL 226.54º 0.96% 0.44% -
HSV(B) 226.54º 0.98% 0.86% -
XYZ 14.12 7.69 67.76 -
YUV 57.57 219.1 90.5 -
System Red Green Blue C M Y K H S L
Decimal 5 53 219 0.98 0.76 0 0.14 226.54 0.96 0.44
Hex 5 35 DB 62 4C 0 E E3 60 2C
Octal 5 65 333 142 114 0 16 343 140 54
Binary 101 110101 11011011 1100010 1001100 0 1110 11100011 1100000 101100

Color Harmonies of #0535DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0535DB

Black with #0535DB

Text Example


Text Example

White with #0535DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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