Html Css Color HEX #0530CB Persian Blue

📋 copy color: '#0530CB'

red 5 ◦ green 48 ◦ blue 203

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

Shades of Persian Blue #0530CB

Tints of Persian Blue #0530CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 79.3%

R = 1.95%
G = 18.75%
B = 79.3%

CMYK

 C value IS 0.98

 M value IS 0.76

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#0530CB (or 0x0530CB) is known color: Persian Blue. HEX triplet: 05, 30 and CB. RGB value is (5,48,203). Sum of RGB (Red+Green+Blue) = 5+48+203=256 (33% of max value = 765). Red value is 5 (2.34% from 255 or 1.95% from 256); Green value is 48 (19.14% from 255 or 18.75% from 256); Blue value is 203 (79.69% from 255 or 79.30% from 256); Max value from RGB is 203 - color contains mainly: blue. Hex color #0530CB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0530CB is #FACF34. Grayscale: #343434. Windows color (decimal): -16437045 or 13316101. OLE color: 13316101.

HSL color Cylindrical-coordinate representation of color #0530CB: hue angle of 226.97º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0530CB is Cyan = 0.98, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 5 48 203 -
CMYK 0.98 0.76 0 0.20
HSL 226.97º 0.95% 0.41% -
HSV(B) 226.97º 0.98% 0.8% -
XYZ 11.9 6.46 57.12 -
YUV 52.81 212.75 93.9 -
System Red Green Blue C M Y K H S L
Decimal 5 48 203 0.98 0.76 0 0.20 226.97 0.95 0.41
Hex 5 30 CB 62 4C 0 14 E3 5F 29
Octal 5 60 313 142 114 0 24 343 137 51
Binary 101 110000 11001011 1100010 1001100 0 10100 11100011 1011111 101001

Color Harmonies of #0530CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0530CB

Black with #0530CB

Text Example


Text Example

White with #0530CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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