Html Css Color HEX #053AC0 Persian Blue

📋 copy color: '#053AC0'

red 5 ◦ green 58 ◦ blue 192

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

Shades of Persian Blue #053AC0

Tints of Persian Blue #053AC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 75.29%

R = 1.96%
G = 22.75%
B = 75.29%

CMYK

 C value IS 0.97

 M value IS 0.70

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#053AC0 (or 0x053AC0) is known color: Persian Blue. HEX triplet: 05, 3A and C0. RGB value is (5,58,192). Sum of RGB (Red+Green+Blue) = 5+58+192=255 (33% of max value = 765). Red value is 5 (2.34% from 255 or 1.96% from 255); Green value is 58 (23.05% from 255 or 22.75% from 255); Blue value is 192 (75.39% from 255 or 75.29% from 255); Max value from RGB is 192 - color contains mainly: blue. Hex color #053AC0 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #053AC0 is #FAC53F. Grayscale: #383838. Windows color (decimal): -16434496 or 12597765. OLE color: 12597765.

HSL color Cylindrical-coordinate representation of color #053AC0: hue angle of 222.99º degrees, saturation: 0.95, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #053AC0 is Cyan = 0.97, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 5 58 192 -
CMYK 0.97 0.70 0 0.25
HSL 222.99º 0.95% 0.39% -
HSV(B) 222.99º 0.97% 0.75% -
XYZ 11.09 6.86 50.61 -
YUV 57.43 203.94 90.6 -
System Red Green Blue C M Y K H S L
Decimal 5 58 192 0.97 0.70 0 0.25 222.99 0.95 0.39
Hex 5 3A C0 61 46 0 19 DF 5F 27
Octal 5 72 300 141 106 0 31 337 137 47
Binary 101 111010 11000000 1100001 1000110 0 11001 11011111 1011111 100111

Color Harmonies of #053AC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053AC0

Black with #053AC0

Text Example


Text Example

White with #053AC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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