Html Css Color HEX #053AEC Persian Blue

📋 copy color: '#053AEC'

red 5 ◦ green 58 ◦ blue 236

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

Shades of Persian Blue #053AEC

Tints of Persian Blue #053AEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 78.93%

R = 1.67%
G = 19.4%
B = 78.93%

CMYK

 C value IS 0.98

 M value IS 0.75

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#053AEC (or 0x053AEC) is known color: Persian Blue. HEX triplet: 05, 3A and EC. RGB value is (5,58,236). Sum of RGB (Red+Green+Blue) = 5+58+236=299 (39% of max value = 765). Red value is 5 (2.34% from 255 or 1.67% from 299); Green value is 58 (23.05% from 255 or 19.40% from 299); Blue value is 236 (92.58% from 255 or 78.93% from 299); Max value from RGB is 236 - color contains mainly: blue. Hex color #053AEC is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #053AEC is #FAC513. Grayscale: #3D3D3D. Windows color (decimal): -16434452 or 15481349. OLE color: 15481349.

HSL color Cylindrical-coordinate representation of color #053AEC: hue angle of 226.23º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #053AEC is Cyan = 0.98, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 5 58 236 -
CMYK 0.98 0.75 0 0.07
HSL 226.23º 0.96% 0.47% -
HSV(B) 226.23º 0.98% 0.93% -
XYZ 16.72 9.11 80.24 -
YUV 62.45 225.94 87.03 -
System Red Green Blue C M Y K H S L
Decimal 5 58 236 0.98 0.75 0 0.07 226.23 0.96 0.47
Hex 5 3A EC 62 4B 0 7 E2 60 2F
Octal 5 72 354 142 113 0 7 342 140 57
Binary 101 111010 11101100 1100010 1001011 0 111 11100010 1100000 101111

Color Harmonies of #053AEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053AEC

Black with #053AEC

Text Example


Text Example

White with #053AEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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