Html Css Color HEX #053BEC Persian Blue

📋 copy color: '#053BEC'

red 5 ◦ green 59 ◦ blue 236

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

Shades of Persian Blue #053BEC

Tints of Persian Blue #053BEC

RGB

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

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

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

R = 1.67%
G = 19.67%
B = 78.67%

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

#053BEC (or 0x053BEC) is known color: Persian Blue. HEX triplet: 05, 3B and EC. RGB value is (5,59,236). Sum of RGB (Red+Green+Blue) = 5+59+236=300 (39% of max value = 765). Red value is 5 (2.34% from 255 or 1.67% from 300); Green value is 59 (23.44% from 255 or 19.67% from 300); Blue value is 236 (92.58% from 255 or 78.67% from 300); Max value from RGB is 236 - color contains mainly: blue. Hex color #053BEC is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #053BEC is #FAC413. Grayscale: #3E3E3E. Windows color (decimal): -16434196 or 15481605. OLE color: 15481605.

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

Color convert

RGB 5 59 236 -
CMYK 0.98 0.75 0 0.07
HSL 225.97º 0.96% 0.47% -
HSV(B) 225.97º 0.98% 0.93% -
XYZ 16.77 9.22 80.25 -
YUV 63.03 225.61 86.61 -
System Red Green Blue C M Y K H S L
Decimal 5 59 236 0.98 0.75 0 0.07 225.97 0.96 0.47
Hex 5 3B EC 62 4B 0 7 E2 60 2F
Octal 5 73 354 142 113 0 7 342 140 57
Binary 101 111011 11101100 1100010 1001011 0 111 11100010 1100000 101111

Color Harmonies of #053BEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053BEC

Black with #053BEC

Text Example


Text Example

White with #053BEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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