Html Css Color HEX #0535DA Persian Blue

📋 copy color: '#0535DA'

red 5 ◦ green 53 ◦ blue 218

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

Shades of Persian Blue #0535DA

Tints of Persian Blue #0535DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 78.99%

R = 1.81%
G = 19.2%
B = 78.99%

CMYK

 C value IS 0.98

 M value IS 0.76

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#0535DA (or 0x0535DA) is known color: Persian Blue. HEX triplet: 05, 35 and DA. RGB value is (5,53,218). Sum of RGB (Red+Green+Blue) = 5+53+218=276 (36% of max value = 765). Red value is 5 (2.34% from 255 or 1.81% from 276); Green value is 53 (21.09% from 255 or 19.20% from 276); Blue value is 218 (85.55% from 255 or 78.99% from 276); Max value from RGB is 218 - color contains mainly: blue. Hex color #0535DA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0535DA is #FACA25. Grayscale: #383838. Windows color (decimal): -16435750 or 14300421. OLE color: 14300421.

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

Color convert

RGB 5 53 218 -
CMYK 0.98 0.76 0 0.15
HSL 226.48º 0.96% 0.44% -
HSV(B) 226.48º 0.98% 0.85% -
XYZ 13.99 7.64 67.07 -
YUV 57.46 218.6 90.58 -
System Red Green Blue C M Y K H S L
Decimal 5 53 218 0.98 0.76 0 0.15 226.48 0.96 0.44
Hex 5 35 DA 62 4C 0 F E2 60 2C
Octal 5 65 332 142 114 0 17 342 140 54
Binary 101 110101 11011010 1100010 1001100 0 1111 11100010 1100000 101100

Color Harmonies of #0535DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0535DA

Black with #0535DA

Text Example


Text Example

White with #0535DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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