Html Css Color HEX #053BDA Persian Blue

📋 copy color: '#053BDA'

red 5 ◦ green 59 ◦ blue 218

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

Shades of Persian Blue #053BDA

Tints of Persian Blue #053BDA

RGB

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

 GREEN value IS 59 (23.44% from 255) = 20.92%

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

R = 1.77%
G = 20.92%
B = 77.3%

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

#053BDA (or 0x053BDA) is known color: Persian Blue. HEX triplet: 05, 3B and DA. RGB value is (5,59,218). Sum of RGB (Red+Green+Blue) = 5+59+218=282 (37% of max value = 765). Red value is 5 (2.34% from 255 or 1.77% from 282); Green value is 59 (23.44% from 255 or 20.92% from 282); Blue value is 218 (85.55% from 255 or 77.30% from 282); Max value from RGB is 218 - color contains mainly: blue. Hex color #053BDA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #053BDA is #FAC425. Grayscale: #3C3C3C. Windows color (decimal): -16434214 or 14301957. OLE color: 14301957.

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

Color convert

RGB 5 59 218 -
CMYK 0.98 0.73 0 0.15
HSL 224.79º 0.96% 0.44% -
HSV(B) 224.79º 0.98% 0.85% -
XYZ 14.28 8.22 67.16 -
YUV 60.98 216.61 88.07 -
System Red Green Blue C M Y K H S L
Decimal 5 59 218 0.98 0.73 0 0.15 224.79 0.96 0.44
Hex 5 3B DA 62 49 0 F E1 60 2C
Octal 5 73 332 142 111 0 17 341 140 54
Binary 101 111011 11011010 1100010 1001001 0 1111 11100001 1100000 101100

Color Harmonies of #053BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053BDA

Black with #053BDA

Text Example


Text Example

White with #053BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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