Html Css Color HEX #053ACB Persian Blue

📋 copy color: '#053ACB'

red 5 ◦ green 58 ◦ blue 203

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

Shades of Persian Blue #053ACB

Tints of Persian Blue #053ACB

RGB

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

 GREEN value IS 58 (23.05% from 255) = 21.8%

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

R = 1.88%
G = 21.8%
B = 76.32%

CMYK

 C value IS 0.98

 M value IS 0.71

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#053ACB (or 0x053ACB) is known color: Persian Blue. HEX triplet: 05, 3A and CB. RGB value is (5,58,203). Sum of RGB (Red+Green+Blue) = 5+58+203=266 (35% of max value = 765). Red value is 5 (2.34% from 255 or 1.88% from 266); Green value is 58 (23.05% from 255 or 21.80% from 266); Blue value is 203 (79.69% from 255 or 76.32% from 266); Max value from RGB is 203 - color contains mainly: blue. Hex color #053ACB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #053ACB is #FAC534. Grayscale: #3A3A3A. Windows color (decimal): -16434485 or 13318661. OLE color: 13318661.

HSL color Cylindrical-coordinate representation of color #053ACB: hue angle of 223.94º 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 #053ACB is Cyan = 0.98, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 5 58 203 -
CMYK 0.98 0.71 0 0.20
HSL 223.94º 0.95% 0.41% -
HSV(B) 223.94º 0.98% 0.8% -
XYZ 12.36 7.37 57.27 -
YUV 58.68 209.44 89.71 -
System Red Green Blue C M Y K H S L
Decimal 5 58 203 0.98 0.71 0 0.20 223.94 0.95 0.41
Hex 5 3A CB 62 47 0 14 E0 5F 29
Octal 5 72 313 142 107 0 24 340 137 51
Binary 101 111010 11001011 1100010 1000111 0 10100 11100000 1011111 101001

Color Harmonies of #053ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053ACB

Black with #053ACB

Text Example


Text Example

White with #053ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #053ACB; }

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

 H1.HeaderClassName
 {
   color: #053ACB;
 }
 .AnyTagClassName
 {
   color: #053ACB;
 }
</style>

background-color css

<style>
 a { background-color: #053ACB; }

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

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

border-color css

<style>
 span { border-color: #053ACB; }

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

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