Html Css Color HEX #0528CE Persian Blue

📋 copy color: '#0528CE'

red 5 ◦ green 40 ◦ blue 206

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

Shades of Persian Blue #0528CE

Tints of Persian Blue #0528CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 82.07%

R = 1.99%
G = 15.94%
B = 82.07%

CMYK

 C value IS 0.98

 M value IS 0.81

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#0528CE (or 0x0528CE) is known color: Persian Blue. HEX triplet: 05, 28 and CE. RGB value is (5,40,206). Sum of RGB (Red+Green+Blue) = 5+40+206=251 (33% of max value = 765). Red value is 5 (2.34% from 255 or 1.99% from 251); Green value is 40 (16.02% from 255 or 15.94% from 251); Blue value is 206 (80.86% from 255 or 82.07% from 251); Max value from RGB is 206 - color contains mainly: blue. Hex color #0528CE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0528CE is #FAD731. Grayscale: #2F2F2F. Windows color (decimal): -16439090 or 13510661. OLE color: 13510661.

HSL color Cylindrical-coordinate representation of color #0528CE: hue angle of 229.55º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0528CE is Cyan = 0.98, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 5 40 206 -
CMYK 0.98 0.81 0 0.19
HSL 229.55º 0.95% 0.41% -
HSV(B) 229.55º 0.98% 0.81% -
XYZ 11.96 6.01 58.92 -
YUV 48.46 216.9 97 -
System Red Green Blue C M Y K H S L
Decimal 5 40 206 0.98 0.81 0 0.19 229.55 0.95 0.41
Hex 5 28 CE 62 51 0 13 E6 5F 29
Octal 5 50 316 142 121 0 23 346 137 51
Binary 101 101000 11001110 1100010 1010001 0 10011 11100110 1011111 101001

Color Harmonies of #0528CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0528CE

Black with #0528CE

Text Example


Text Example

White with #0528CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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