Html Css Color HEX #053BCC Persian Blue

📋 copy color: '#053BCC'

red 5 ◦ green 59 ◦ blue 204

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

Shades of Persian Blue #053BCC

Tints of Persian Blue #053BCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 76.12%

R = 1.87%
G = 22.01%
B = 76.12%

CMYK

 C value IS 0.98

 M value IS 0.71

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#053BCC (or 0x053BCC) is known color: Persian Blue. HEX triplet: 05, 3B and CC. RGB value is (5,59,204). Sum of RGB (Red+Green+Blue) = 5+59+204=268 (35% of max value = 765). Red value is 5 (2.34% from 255 or 1.87% from 268); Green value is 59 (23.44% from 255 or 22.01% from 268); Blue value is 204 (80.08% from 255 or 76.12% from 268); Max value from RGB is 204 - color contains mainly: blue. Hex color #053BCC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #053BCC is #FAC433. Grayscale: #3A3A3A. Windows color (decimal): -16434228 or 13384453. OLE color: 13384453.

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

Color convert

RGB 5 59 204 -
CMYK 0.98 0.71 0 0.2
HSL 223.72º 0.95% 0.41% -
HSV(B) 223.72º 0.98% 0.8% -
XYZ 12.53 7.52 57.92 -
YUV 59.38 209.61 89.21 -
System Red Green Blue C M Y K H S L
Decimal 5 59 204 0.98 0.71 0 0.2 223.72 0.95 0.41
Hex 5 3B CC 62 47 0 14 E0 5F 29
Octal 5 73 314 142 107 0 24 340 137 51
Binary 101 111011 11001100 1100010 1000111 0 10100 11100000 1011111 101001

Color Harmonies of #053BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053BCC

Black with #053BCC

Text Example


Text Example

White with #053BCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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