Html Css Color HEX #0524CF Persian Blue

📋 copy color: '#0524CF'

red 5 ◦ green 36 ◦ blue 207

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

Shades of Persian Blue #0524CF

Tints of Persian Blue #0524CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 83.47%

R = 2.02%
G = 14.52%
B = 83.47%

CMYK

 C value IS 0.98

 M value IS 0.83

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#0524CF (or 0x0524CF) is known color: Persian Blue. HEX triplet: 05, 24 and CF. RGB value is (5,36,207). Sum of RGB (Red+Green+Blue) = 5+36+207=248 (32% of max value = 765). Red value is 5 (2.34% from 255 or 2.02% from 248); Green value is 36 (14.45% from 255 or 14.52% from 248); Blue value is 207 (81.25% from 255 or 83.47% from 248); Max value from RGB is 207 - color contains mainly: blue. Hex color #0524CF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0524CF is #FADB30. Grayscale: #2D2D2D. Windows color (decimal): -16440113 or 13575173. OLE color: 13575173.

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

Color convert

RGB 5 36 207 -
CMYK 0.98 0.83 0 0.19
HSL 230.79º 0.95% 0.42% -
HSV(B) 230.79º 0.98% 0.81% -
XYZ 11.96 5.8 59.52 -
YUV 46.23 218.73 98.6 -
System Red Green Blue C M Y K H S L
Decimal 5 36 207 0.98 0.83 0 0.19 230.79 0.95 0.42
Hex 5 24 CF 62 53 0 13 E7 5F 2A
Octal 5 44 317 142 123 0 23 347 137 52
Binary 101 100100 11001111 1100010 1010011 0 10011 11100111 1011111 101010

Color Harmonies of #0524CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0524CF

Black with #0524CF

Text Example


Text Example

White with #0524CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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