Html Css Color HEX #053ACC Persian Blue

📋 copy color: '#053ACC'

red 5 ◦ green 58 ◦ blue 204

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

Shades of Persian Blue #053ACC

Tints of Persian Blue #053ACC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 76.4%

R = 1.87%
G = 21.72%
B = 76.4%

CMYK

 C value IS 0.98

 M value IS 0.72

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#053ACC (or 0x053ACC) is known color: Persian Blue. HEX triplet: 05, 3A and CC. RGB value is (5,58,204). Sum of RGB (Red+Green+Blue) = 5+58+204=267 (35% of max value = 765). Red value is 5 (2.34% from 255 or 1.87% from 267); Green value is 58 (23.05% from 255 or 21.72% from 267); Blue value is 204 (80.08% from 255 or 76.40% from 267); Max value from RGB is 204 - color contains mainly: blue. Hex color #053ACC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #053ACC is #FAC533. Grayscale: #3A3A3A. Windows color (decimal): -16434484 or 13384197. OLE color: 13384197.

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

Color convert

RGB 5 58 204 -
CMYK 0.98 0.72 0 0.2
HSL 224.02º 0.95% 0.41% -
HSV(B) 224.02º 0.98% 0.8% -
XYZ 12.47 7.42 57.9 -
YUV 58.8 209.94 89.63 -
System Red Green Blue C M Y K H S L
Decimal 5 58 204 0.98 0.72 0 0.2 224.02 0.95 0.41
Hex 5 3A CC 62 48 0 14 E0 5F 29
Octal 5 72 314 142 110 0 24 340 137 51
Binary 101 111010 11001100 1100010 1001000 0 10100 11100000 1011111 101001

Color Harmonies of #053ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053ACC

Black with #053ACC

Text Example


Text Example

White with #053ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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