Html Css Color HEX #0527D8 Persian Blue

📋 copy color: '#0527D8'

red 5 ◦ green 39 ◦ blue 216

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

Shades of Persian Blue #0527D8

Tints of Persian Blue #0527D8

RGB

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

 GREEN value IS 39 (15.63% from 255) = 15%

 BLUE value IS 216 (84.77% from 255) = 83.08%

R = 1.92%
G = 15%
B = 83.08%

CMYK

 C value IS 0.98

 M value IS 0.82

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#0527D8 (or 0x0527D8) is known color: Persian Blue. HEX triplet: 05, 27 and D8. RGB value is (5,39,216). Sum of RGB (Red+Green+Blue) = 5+39+216=260 (34% of max value = 765). Red value is 5 (2.34% from 255 or 1.92% from 260); Green value is 39 (15.62% from 255 or 15% from 260); Blue value is 216 (84.77% from 255 or 83.08% from 260); Max value from RGB is 216 - color contains mainly: blue. Hex color #0527D8 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0527D8 is #FAD827. Grayscale: #303030. Windows color (decimal): -16439336 or 14165765. OLE color: 14165765.

HSL color Cylindrical-coordinate representation of color #0527D8: hue angle of 230.33º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0527D8 is Cyan = 0.98, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 5 39 216 -
CMYK 0.98 0.82 0 0.15
HSL 230.33º 0.95% 0.43% -
HSV(B) 230.33º 0.98% 0.85% -
XYZ 13.18 6.44 65.51 -
YUV 49.01 222.24 96.61 -
System Red Green Blue C M Y K H S L
Decimal 5 39 216 0.98 0.82 0 0.15 230.33 0.95 0.43
Hex 5 27 D8 62 52 0 F E6 5F 2B
Octal 5 47 330 142 122 0 17 346 137 53
Binary 101 100111 11011000 1100010 1010010 0 1111 11100110 1011111 101011

Color Harmonies of #0527D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0527D8

Black with #0527D8

Text Example


Text Example

White with #0527D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0527D8; }

 p { color: rgb(5,39,216); }

 H1.HeaderClassName
 {
   color: #0527D8;
 }
 .AnyTagClassName
 {
   color: #0527D8;
 }
</style>

background-color css

<style>
 a { background-color: #0527D8; }

 a { background-color: rgb(5,39,216); }

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

border-color css

<style>
 span { border-color: #0527D8; }

 span { border-color: rgb(5,39,216); }

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