Html Css Color HEX #0529DB Persian Blue

📋 copy color: '#0529DB'

red 5 ◦ green 41 ◦ blue 219

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

Shades of Persian Blue #0529DB

Tints of Persian Blue #0529DB

RGB

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

 GREEN value IS 41 (16.41% from 255) = 15.47%

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

R = 1.89%
G = 15.47%
B = 82.64%

CMYK

 C value IS 0.98

 M value IS 0.81

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#0529DB (or 0x0529DB) is known color: Persian Blue. HEX triplet: 05, 29 and DB. RGB value is (5,41,219). Sum of RGB (Red+Green+Blue) = 5+41+219=265 (35% of max value = 765). Red value is 5 (2.34% from 255 or 1.89% from 265); Green value is 41 (16.41% from 255 or 15.47% from 265); Blue value is 219 (85.94% from 255 or 82.64% from 265); Max value from RGB is 219 - color contains mainly: blue. Hex color #0529DB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0529DB is #FAD624. Grayscale: #313131. Windows color (decimal): -16438821 or 14362885. OLE color: 14362885.

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

Color convert

RGB 5 41 219 -
CMYK 0.98 0.81 0 0.14
HSL 229.91º 0.96% 0.44% -
HSV(B) 229.91º 0.98% 0.86% -
XYZ 13.64 6.73 67.6 -
YUV 50.53 223.07 95.53 -
System Red Green Blue C M Y K H S L
Decimal 5 41 219 0.98 0.81 0 0.14 229.91 0.96 0.44
Hex 5 29 DB 62 51 0 E E6 60 2C
Octal 5 51 333 142 121 0 16 346 140 54
Binary 101 101001 11011011 1100010 1010001 0 1110 11100110 1100000 101100

Color Harmonies of #0529DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0529DB

Black with #0529DB

Text Example


Text Example

White with #0529DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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