Html Css Color HEX #053BC8 Persian Blue

📋 copy color: '#053BC8'

red 5 ◦ green 59 ◦ blue 200

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

Shades of Persian Blue #053BC8

Tints of Persian Blue #053BC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 75.76%

R = 1.89%
G = 22.35%
B = 75.76%

CMYK

 C value IS 0.98

 M value IS 0.70

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#053BC8 (or 0x053BC8) is known color: Persian Blue. HEX triplet: 05, 3B and C8. RGB value is (5,59,200). Sum of RGB (Red+Green+Blue) = 5+59+200=264 (34% of max value = 765). Red value is 5 (2.34% from 255 or 1.89% from 264); Green value is 59 (23.44% from 255 or 22.35% from 264); Blue value is 200 (78.52% from 255 or 75.76% from 264); Max value from RGB is 200 - color contains mainly: blue. Hex color #053BC8 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #053BC8 is #FAC437. Grayscale: #3A3A3A. Windows color (decimal): -16434232 or 13122309. OLE color: 13122309.

HSL color Cylindrical-coordinate representation of color #053BC8: hue angle of 223.38º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #053BC8 is Cyan = 0.98, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 5 59 200 -
CMYK 0.98 0.70 0 0.22
HSL 223.38º 0.95% 0.4% -
HSV(B) 223.38º 0.98% 0.78% -
XYZ 12.05 7.33 55.42 -
YUV 58.93 207.61 89.54 -
System Red Green Blue C M Y K H S L
Decimal 5 59 200 0.98 0.70 0 0.22 223.38 0.95 0.4
Hex 5 3B C8 62 46 0 16 DF 5F 28
Octal 5 73 310 142 106 0 26 337 137 50
Binary 101 111011 11001000 1100010 1000110 0 10110 11011111 1011111 101000

Color Harmonies of #053BC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053BC8

Black with #053BC8

Text Example


Text Example

White with #053BC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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