Html Css Color HEX #053BCB Persian Blue

📋 copy color: '#053BCB'

red 5 ◦ green 59 ◦ blue 203

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

Shades of Persian Blue #053BCB

Tints of Persian Blue #053BCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 76.03%

R = 1.87%
G = 22.1%
B = 76.03%

CMYK

 C value IS 0.98

 M value IS 0.71

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#053BCB (or 0x053BCB) is known color: Persian Blue. HEX triplet: 05, 3B and CB. RGB value is (5,59,203). Sum of RGB (Red+Green+Blue) = 5+59+203=267 (35% of max value = 765). Red value is 5 (2.34% from 255 or 1.87% from 267); Green value is 59 (23.44% from 255 or 22.10% from 267); Blue value is 203 (79.69% from 255 or 76.03% from 267); Max value from RGB is 203 - color contains mainly: blue. Hex color #053BCB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #053BCB is #FAC434. Grayscale: #3A3A3A. Windows color (decimal): -16434229 or 13318917. OLE color: 13318917.

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

Color convert

RGB 5 59 203 -
CMYK 0.98 0.71 0 0.20
HSL 223.64º 0.95% 0.41% -
HSV(B) 223.64º 0.98% 0.8% -
XYZ 12.41 7.47 57.29 -
YUV 59.27 209.11 89.29 -
System Red Green Blue C M Y K H S L
Decimal 5 59 203 0.98 0.71 0 0.20 223.64 0.95 0.41
Hex 5 3B CB 62 47 0 14 E0 5F 29
Octal 5 73 313 142 107 0 24 340 137 51
Binary 101 111011 11001011 1100010 1000111 0 10100 11100000 1011111 101001

Color Harmonies of #053BCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053BCB

Black with #053BCB

Text Example


Text Example

White with #053BCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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