Html Css Color HEX #0528DB Persian Blue

📋 copy color: '#0528DB'

red 5 ◦ green 40 ◦ blue 219

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

Shades of Persian Blue #0528DB

Tints of Persian Blue #0528DB

RGB

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

 GREEN value IS 40 (16.02% from 255) = 15.15%

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

R = 1.89%
G = 15.15%
B = 82.95%

CMYK

 C value IS 0.98

 M value IS 0.82

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#0528DB (or 0x0528DB) is known color: Persian Blue. HEX triplet: 05, 28 and DB. RGB value is (5,40,219). Sum of RGB (Red+Green+Blue) = 5+40+219=264 (34% of max value = 765). Red value is 5 (2.34% from 255 or 1.89% from 264); Green value is 40 (16.02% from 255 or 15.15% from 264); Blue value is 219 (85.94% from 255 or 82.95% from 264); Max value from RGB is 219 - color contains mainly: blue. Hex color #0528DB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0528DB is #FAD724. Grayscale: #313131. Windows color (decimal): -16439077 or 14362629. OLE color: 14362629.

HSL color Cylindrical-coordinate representation of color #0528DB: hue angle of 230.19º 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 #0528DB is Cyan = 0.98, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 5 40 219 -
CMYK 0.98 0.82 0 0.14
HSL 230.19º 0.96% 0.44% -
HSV(B) 230.19º 0.98% 0.86% -
XYZ 13.61 6.66 67.59 -
YUV 49.94 223.4 95.95 -
System Red Green Blue C M Y K H S L
Decimal 5 40 219 0.98 0.82 0 0.14 230.19 0.96 0.44
Hex 5 28 DB 62 52 0 E E6 60 2C
Octal 5 50 333 142 122 0 16 346 140 54
Binary 101 101000 11011011 1100010 1010010 0 1110 11100110 1100000 101100

Color Harmonies of #0528DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0528DB

Black with #0528DB

Text Example


Text Example

White with #0528DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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