Html Css Color HEX #0525CA Persian Blue

📋 copy color: '#0525CA'

red 5 ◦ green 37 ◦ blue 202

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

Shades of Persian Blue #0525CA

Tints of Persian Blue #0525CA

RGB

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

 GREEN value IS 37 (14.84% from 255) = 15.16%

 BLUE value IS 202 (79.3% from 255) = 82.79%

R = 2.05%
G = 15.16%
B = 82.79%

CMYK

 C value IS 0.98

 M value IS 0.82

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#0525CA (or 0x0525CA) is known color: Persian Blue. HEX triplet: 05, 25 and CA. RGB value is (5,37,202). Sum of RGB (Red+Green+Blue) = 5+37+202=244 (32% of max value = 765). Red value is 5 (2.34% from 255 or 2.05% from 244); Green value is 37 (14.84% from 255 or 15.16% from 244); Blue value is 202 (79.30% from 255 or 82.79% from 244); Max value from RGB is 202 - color contains mainly: blue. Hex color #0525CA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0525CA is #FADA35. Grayscale: #2D2D2D. Windows color (decimal): -16439862 or 13247749. OLE color: 13247749.

HSL color Cylindrical-coordinate representation of color #0525CA: hue angle of 230.25º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0525CA is Cyan = 0.98, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 5 37 202 -
CMYK 0.98 0.82 0 0.21
HSL 230.25º 0.95% 0.41% -
HSV(B) 230.25º 0.98% 0.79% -
XYZ 11.38 5.62 56.36 -
YUV 46.24 215.9 98.58 -
System Red Green Blue C M Y K H S L
Decimal 5 37 202 0.98 0.82 0 0.21 230.25 0.95 0.41
Hex 5 25 CA 62 52 0 15 E6 5F 29
Octal 5 45 312 142 122 0 25 346 137 51
Binary 101 100101 11001010 1100010 1010010 0 10101 11100110 1011111 101001

Color Harmonies of #0525CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0525CA

Black with #0525CA

Text Example


Text Example

White with #0525CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0525CA; }

 p { color: rgb(5,37,202); }

 H1.HeaderClassName
 {
   color: #0525CA;
 }
 .AnyTagClassName
 {
   color: #0525CA;
 }
</style>

background-color css

<style>
 a { background-color: #0525CA; }

 a { background-color: rgb(5,37,202); }

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

border-color css

<style>
 span { border-color: #0525CA; }

 span { border-color: rgb(5,37,202); }

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