Html Css Color HEX #0530CA Persian Blue

📋 copy color: '#0530CA'

red 5 ◦ green 48 ◦ blue 202

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

Shades of Persian Blue #0530CA

Tints of Persian Blue #0530CA

RGB

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

 GREEN value IS 48 (19.14% from 255) = 18.82%

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

R = 1.96%
G = 18.82%
B = 79.22%

CMYK

 C value IS 0.98

 M value IS 0.76

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#0530CA (or 0x0530CA) is known color: Persian Blue. HEX triplet: 05, 30 and CA. RGB value is (5,48,202). Sum of RGB (Red+Green+Blue) = 5+48+202=255 (33% of max value = 765). Red value is 5 (2.34% from 255 or 1.96% from 255); Green value is 48 (19.14% from 255 or 18.82% from 255); Blue value is 202 (79.30% from 255 or 79.22% from 255); Max value from RGB is 202 - color contains mainly: blue. Hex color #0530CA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0530CA is #FACF35. Grayscale: #343434. Windows color (decimal): -16437046 or 13250565. OLE color: 13250565.

HSL color Cylindrical-coordinate representation of color #0530CA: hue angle of 226.9º 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 #0530CA is Cyan = 0.98, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 5 48 202 -
CMYK 0.98 0.76 0 0.21
HSL 226.9º 0.95% 0.41% -
HSV(B) 226.9º 0.98% 0.79% -
XYZ 11.78 6.41 56.49 -
YUV 52.7 212.25 93.98 -
System Red Green Blue C M Y K H S L
Decimal 5 48 202 0.98 0.76 0 0.21 226.9 0.95 0.41
Hex 5 30 CA 62 4C 0 15 E3 5F 29
Octal 5 60 312 142 114 0 25 343 137 51
Binary 101 110000 11001010 1100010 1001100 0 10101 11100011 1011111 101001

Color Harmonies of #0530CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0530CA

Black with #0530CA

Text Example


Text Example

White with #0530CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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