Html Css Color HEX #0524C5 Persian Blue

📋 copy color: '#0524C5'

red 5 ◦ green 36 ◦ blue 197

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

Shades of Persian Blue #0524C5

Tints of Persian Blue #0524C5

RGB

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

 GREEN value IS 36 (14.45% from 255) = 15.13%

 BLUE value IS 197 (77.34% from 255) = 82.77%

R = 2.1%
G = 15.13%
B = 82.77%

CMYK

 C value IS 0.97

 M value IS 0.82

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#0524C5 (or 0x0524C5) is known color: Persian Blue. HEX triplet: 05, 24 and C5. RGB value is (5,36,197). Sum of RGB (Red+Green+Blue) = 5+36+197=238 (31% of max value = 765). Red value is 5 (2.34% from 255 or 2.10% from 238); Green value is 36 (14.45% from 255 or 15.13% from 238); Blue value is 197 (77.34% from 255 or 82.77% from 238); Max value from RGB is 197 - color contains mainly: blue. Hex color #0524C5 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0524C5 is #FADB3A. Grayscale: #2C2C2C. Windows color (decimal): -16440123 or 12919813. OLE color: 12919813.

HSL color Cylindrical-coordinate representation of color #0524C5: hue angle of 230.31º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0524C5 is Cyan = 0.97, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 5 36 197 -
CMYK 0.97 0.82 0 0.23
HSL 230.31º 0.95% 0.4% -
HSV(B) 230.31º 0.97% 0.77% -
XYZ 10.77 5.33 53.28 -
YUV 45.09 213.73 99.41 -
System Red Green Blue C M Y K H S L
Decimal 5 36 197 0.97 0.82 0 0.23 230.31 0.95 0.4
Hex 5 24 C5 61 52 0 17 E6 5F 28
Octal 5 44 305 141 122 0 27 346 137 50
Binary 101 100100 11000101 1100001 1010010 0 10111 11100110 1011111 101000

Color Harmonies of #0524C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0524C5

Black with #0524C5

Text Example


Text Example

White with #0524C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0524C5; }

 p { color: rgb(5,36,197); }

 H1.HeaderClassName
 {
   color: #0524C5;
 }
 .AnyTagClassName
 {
   color: #0524C5;
 }
</style>

background-color css

<style>
 a { background-color: #0524C5; }

 a { background-color: rgb(5,36,197); }

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

border-color css

<style>
 span { border-color: #0524C5; }

 span { border-color: rgb(5,36,197); }

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