Html Css Color HEX #053ADA Persian Blue

📋 copy color: '#053ADA'

red 5 ◦ green 58 ◦ blue 218

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

Shades of Persian Blue #053ADA

Tints of Persian Blue #053ADA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 77.58%

R = 1.78%
G = 20.64%
B = 77.58%

CMYK

 C value IS 0.98

 M value IS 0.73

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#053ADA (or 0x053ADA) is known color: Persian Blue. HEX triplet: 05, 3A and DA. RGB value is (5,58,218). Sum of RGB (Red+Green+Blue) = 5+58+218=281 (37% of max value = 765). Red value is 5 (2.34% from 255 or 1.78% from 281); Green value is 58 (23.05% from 255 or 20.64% from 281); Blue value is 218 (85.55% from 255 or 77.58% from 281); Max value from RGB is 218 - color contains mainly: blue. Hex color #053ADA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #053ADA is #FAC525. Grayscale: #3B3B3B. Windows color (decimal): -16434470 or 14301701. OLE color: 14301701.

HSL color Cylindrical-coordinate representation of color #053ADA: hue angle of 225.07º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #053ADA is Cyan = 0.98, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 5 58 218 -
CMYK 0.98 0.73 0 0.15
HSL 225.07º 0.96% 0.44% -
HSV(B) 225.07º 0.98% 0.85% -
XYZ 14.23 8.12 67.15 -
YUV 60.39 216.94 88.49 -
System Red Green Blue C M Y K H S L
Decimal 5 58 218 0.98 0.73 0 0.15 225.07 0.96 0.44
Hex 5 3A DA 62 49 0 F E1 60 2C
Octal 5 72 332 142 111 0 17 341 140 54
Binary 101 111010 11011010 1100010 1001001 0 1111 11100001 1100000 101100

Color Harmonies of #053ADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053ADA

Black with #053ADA

Text Example


Text Example

White with #053ADA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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