Html Css Color HEX #053BE9 Persian Blue

📋 copy color: '#053BE9'

red 5 ◦ green 59 ◦ blue 233

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

Shades of Persian Blue #053BE9

Tints of Persian Blue #053BE9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 78.45%

R = 1.68%
G = 19.87%
B = 78.45%

CMYK

 C value IS 0.98

 M value IS 0.75

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#053BE9 (or 0x053BE9) is known color: Persian Blue. HEX triplet: 05, 3B and E9. RGB value is (5,59,233). Sum of RGB (Red+Green+Blue) = 5+59+233=297 (39% of max value = 765). Red value is 5 (2.34% from 255 or 1.68% from 297); Green value is 59 (23.44% from 255 or 19.87% from 297); Blue value is 233 (91.41% from 255 or 78.45% from 297); Max value from RGB is 233 - color contains mainly: blue. Hex color #053BE9 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #053BE9 is #FAC416. Grayscale: #3D3D3D. Windows color (decimal): -16434199 or 15284997. OLE color: 15284997.

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

Color convert

RGB 5 59 233 -
CMYK 0.98 0.75 0 0.09
HSL 225.79º 0.96% 0.47% -
HSV(B) 225.79º 0.98% 0.91% -
XYZ 16.33 9.04 77.98 -
YUV 62.69 224.11 86.85 -
System Red Green Blue C M Y K H S L
Decimal 5 59 233 0.98 0.75 0 0.09 225.79 0.96 0.47
Hex 5 3B E9 62 4B 0 9 E2 60 2F
Octal 5 73 351 142 113 0 11 342 140 57
Binary 101 111011 11101001 1100010 1001011 0 1001 11100010 1100000 101111

Color Harmonies of #053BE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053BE9

Black with #053BE9

Text Example


Text Example

White with #053BE9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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