Html Css Color HEX #0529DF Persian Blue

📋 copy color: '#0529DF'

red 5 ◦ green 41 ◦ blue 223

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

Shades of Persian Blue #0529DF

Tints of Persian Blue #0529DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 82.9%

R = 1.86%
G = 15.24%
B = 82.9%

CMYK

 C value IS 0.98

 M value IS 0.82

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0529DF (or 0x0529DF) is known color: Persian Blue. HEX triplet: 05, 29 and DF. RGB value is (5,41,223). Sum of RGB (Red+Green+Blue) = 5+41+223=269 (35% of max value = 765). Red value is 5 (2.34% from 255 or 1.86% from 269); Green value is 41 (16.41% from 255 or 15.24% from 269); Blue value is 223 (87.5% from 255 or 82.90% from 269); Max value from RGB is 223 - color contains mainly: blue. Hex color #0529DF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0529DF is #FAD620. Grayscale: #323232. Windows color (decimal): -16438817 or 14625029. OLE color: 14625029.

HSL color Cylindrical-coordinate representation of color #0529DF: hue angle of 230.09º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0529DF is Cyan = 0.98, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 5 41 223 -
CMYK 0.98 0.82 0 0.13
HSL 230.09º 0.96% 0.45% -
HSV(B) 230.09º 0.98% 0.87% -
XYZ 14.17 6.95 70.41 -
YUV 50.98 225.07 95.2 -
System Red Green Blue C M Y K H S L
Decimal 5 41 223 0.98 0.82 0 0.13 230.09 0.96 0.45
Hex 5 29 DF 62 52 0 D E6 60 2D
Octal 5 51 337 142 122 0 15 346 140 55
Binary 101 101001 11011111 1100010 1010010 0 1101 11100110 1100000 101101

Color Harmonies of #0529DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0529DF

Black with #0529DF

Text Example


Text Example

White with #0529DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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