Html Css Color HEX #053ACF Persian Blue

📋 copy color: '#053ACF'

red 5 ◦ green 58 ◦ blue 207

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

Shades of Persian Blue #053ACF

Tints of Persian Blue #053ACF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 76.67%

R = 1.85%
G = 21.48%
B = 76.67%

CMYK

 C value IS 0.98

 M value IS 0.72

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#053ACF (or 0x053ACF) is known color: Persian Blue. HEX triplet: 05, 3A and CF. RGB value is (5,58,207). Sum of RGB (Red+Green+Blue) = 5+58+207=270 (35% of max value = 765). Red value is 5 (2.34% from 255 or 1.85% from 270); Green value is 58 (23.05% from 255 or 21.48% from 270); Blue value is 207 (81.25% from 255 or 76.67% from 270); Max value from RGB is 207 - color contains mainly: blue. Hex color #053ACF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #053ACF is #FAC530. Grayscale: #3A3A3A. Windows color (decimal): -16434481 or 13580805. OLE color: 13580805.

HSL color Cylindrical-coordinate representation of color #053ACF: hue angle of 224.26º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #053ACF is Cyan = 0.98, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 5 58 207 -
CMYK 0.98 0.72 0 0.19
HSL 224.26º 0.95% 0.42% -
HSV(B) 224.26º 0.98% 0.81% -
XYZ 12.84 7.56 59.81 -
YUV 59.14 211.44 89.38 -
System Red Green Blue C M Y K H S L
Decimal 5 58 207 0.98 0.72 0 0.19 224.26 0.95 0.42
Hex 5 3A CF 62 48 0 13 E0 5F 2A
Octal 5 72 317 142 110 0 23 340 137 52
Binary 101 111010 11001111 1100010 1001000 0 10011 11100000 1011111 101010

Color Harmonies of #053ACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053ACF

Black with #053ACF

Text Example


Text Example

White with #053ACF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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