Html Css Color HEX #0524C7 Persian Blue

📋 copy color: '#0524C7'

red 5 ◦ green 36 ◦ blue 199

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

Shades of Persian Blue #0524C7

Tints of Persian Blue #0524C7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 82.92%

R = 2.08%
G = 15%
B = 82.92%

CMYK

 C value IS 0.97

 M value IS 0.82

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#0524C7 (or 0x0524C7) is known color: Persian Blue. HEX triplet: 05, 24 and C7. RGB value is (5,36,199). Sum of RGB (Red+Green+Blue) = 5+36+199=240 (31% of max value = 765). Red value is 5 (2.34% from 255 or 2.08% from 240); Green value is 36 (14.45% from 255 or 15% from 240); Blue value is 199 (78.12% from 255 or 82.92% from 240); Max value from RGB is 199 - color contains mainly: blue. Hex color #0524C7 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0524C7 is #FADB38. Grayscale: #2C2C2C. Windows color (decimal): -16440121 or 13050885. OLE color: 13050885.

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

Color convert

RGB 5 36 199 -
CMYK 0.97 0.82 0 0.22
HSL 230.41º 0.95% 0.4% -
HSV(B) 230.41º 0.97% 0.78% -
XYZ 11 5.42 54.5 -
YUV 45.31 214.73 99.25 -
System Red Green Blue C M Y K H S L
Decimal 5 36 199 0.97 0.82 0 0.22 230.41 0.95 0.4
Hex 5 24 C7 61 52 0 16 E6 5F 28
Octal 5 44 307 141 122 0 26 346 137 50
Binary 101 100100 11000111 1100001 1010010 0 10110 11100110 1011111 101000

Color Harmonies of #0524C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0524C7

Black with #0524C7

Text Example


Text Example

White with #0524C7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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