Html Css Color HEX #053BCD Persian Blue

📋 copy color: '#053BCD'

red 5 ◦ green 59 ◦ blue 205

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

Shades of Persian Blue #053BCD

Tints of Persian Blue #053BCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 76.21%

R = 1.86%
G = 21.93%
B = 76.21%

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

#053BCD (or 0x053BCD) is known color: Persian Blue. HEX triplet: 05, 3B and CD. RGB value is (5,59,205). Sum of RGB (Red+Green+Blue) = 5+59+205=269 (35% of max value = 765). Red value is 5 (2.34% from 255 or 1.86% from 269); Green value is 59 (23.44% from 255 or 21.93% from 269); Blue value is 205 (80.47% from 255 or 76.21% from 269); Max value from RGB is 205 - color contains mainly: blue. Hex color #053BCD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #053BCD is #FAC432. Grayscale: #3A3A3A. Windows color (decimal): -16434227 or 13449989. OLE color: 13449989.

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

Color convert

RGB 5 59 205 -
CMYK 0.98 0.71 0 0.20
HSL 223.8º 0.95% 0.41% -
HSV(B) 223.8º 0.98% 0.8% -
XYZ 12.65 7.57 58.55 -
YUV 59.5 210.11 89.13 -
System Red Green Blue C M Y K H S L
Decimal 5 59 205 0.98 0.71 0 0.20 223.8 0.95 0.41
Hex 5 3B CD 62 47 0 14 E0 5F 29
Octal 5 73 315 142 107 0 24 340 137 51
Binary 101 111011 11001101 1100010 1000111 0 10100 11100000 1011111 101001

Color Harmonies of #053BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053BCD

Black with #053BCD

Text Example


Text Example

White with #053BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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