Html Css Color HEX #0525D3 Persian Blue

📋 copy color: '#0525D3'

red 5 ◦ green 37 ◦ blue 211

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

Shades of Persian Blue #0525D3

Tints of Persian Blue #0525D3

RGB

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

 GREEN value IS 37 (14.84% from 255) = 14.62%

 BLUE value IS 211 (82.81% from 255) = 83.4%

R = 1.98%
G = 14.62%
B = 83.4%

CMYK

 C value IS 0.98

 M value IS 0.82

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#0525D3 (or 0x0525D3) is known color: Persian Blue. HEX triplet: 05, 25 and D3. RGB value is (5,37,211). Sum of RGB (Red+Green+Blue) = 5+37+211=253 (33% of max value = 765). Red value is 5 (2.34% from 255 or 1.98% from 253); Green value is 37 (14.84% from 255 or 14.62% from 253); Blue value is 211 (82.81% from 255 or 83.40% from 253); Max value from RGB is 211 - color contains mainly: blue. Hex color #0525D3 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0525D3 is #FADA2C. Grayscale: #2E2E2E. Windows color (decimal): -16439853 or 13837573. OLE color: 13837573.

HSL color Cylindrical-coordinate representation of color #0525D3: hue angle of 230.68º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0525D3 is Cyan = 0.98, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 5 37 211 -
CMYK 0.98 0.82 0 0.17
HSL 230.68º 0.95% 0.42% -
HSV(B) 230.68º 0.98% 0.83% -
XYZ 12.48 6.06 62.14 -
YUV 47.27 220.4 97.85 -
System Red Green Blue C M Y K H S L
Decimal 5 37 211 0.98 0.82 0 0.17 230.68 0.95 0.42
Hex 5 25 D3 62 52 0 11 E7 5F 2A
Octal 5 45 323 142 122 0 21 347 137 52
Binary 101 100101 11010011 1100010 1010010 0 10001 11100111 1011111 101010

Color Harmonies of #0525D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0525D3

Black with #0525D3

Text Example


Text Example

White with #0525D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0525D3; }

 p { color: rgb(5,37,211); }

 H1.HeaderClassName
 {
   color: #0525D3;
 }
 .AnyTagClassName
 {
   color: #0525D3;
 }
</style>

background-color css

<style>
 a { background-color: #0525D3; }

 a { background-color: rgb(5,37,211); }

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

border-color css

<style>
 span { border-color: #0525D3; }

 span { border-color: rgb(5,37,211); }

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