Html Css Color HEX #053ACE Persian Blue

📋 copy color: '#053ACE'

red 5 ◦ green 58 ◦ blue 206

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

Shades of Persian Blue #053ACE

Tints of Persian Blue #053ACE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 76.58%

R = 1.86%
G = 21.56%
B = 76.58%

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

#053ACE (or 0x053ACE) is known color: Persian Blue. HEX triplet: 05, 3A and CE. RGB value is (5,58,206). Sum of RGB (Red+Green+Blue) = 5+58+206=269 (35% of max value = 765). Red value is 5 (2.34% from 255 or 1.86% from 269); Green value is 58 (23.05% from 255 or 21.56% from 269); Blue value is 206 (80.86% from 255 or 76.58% from 269); Max value from RGB is 206 - color contains mainly: blue. Hex color #053ACE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #053ACE is #FAC531. Grayscale: #3A3A3A. Windows color (decimal): -16434482 or 13515269. OLE color: 13515269.

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

Color convert

RGB 5 58 206 -
CMYK 0.98 0.72 0 0.19
HSL 224.18º 0.95% 0.41% -
HSV(B) 224.18º 0.98% 0.81% -
XYZ 12.72 7.51 59.17 -
YUV 59.03 210.94 89.47 -
System Red Green Blue C M Y K H S L
Decimal 5 58 206 0.98 0.72 0 0.19 224.18 0.95 0.41
Hex 5 3A CE 62 48 0 13 E0 5F 29
Octal 5 72 316 142 110 0 23 340 137 51
Binary 101 111010 11001110 1100010 1001000 0 10011 11100000 1011111 101001

Color Harmonies of #053ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053ACE

Black with #053ACE

Text Example


Text Example

White with #053ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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