Html Css Color HEX #053FCE Persian Blue

📋 copy color: '#053FCE'

red 5 ◦ green 63 ◦ blue 206

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

Shades of Persian Blue #053FCE

Tints of Persian Blue #053FCE

RGB

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

 GREEN value IS 63 (25% from 255) = 22.99%

 BLUE value IS 206 (80.86% from 255) = 75.18%

R = 1.82%
G = 22.99%
B = 75.18%

CMYK

 C value IS 0.98

 M value IS 0.69

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#053FCE (or 0x053FCE) is known color: Persian Blue. HEX triplet: 05, 3F and CE. RGB value is (5,63,206). Sum of RGB (Red+Green+Blue) = 5+63+206=274 (36% of max value = 765). Red value is 5 (2.34% from 255 or 1.82% from 274); Green value is 63 (25% from 255 or 22.99% from 274); Blue value is 206 (80.86% from 255 or 75.18% from 274); Max value from RGB is 206 - color contains mainly: blue. Hex color #053FCE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #053FCE is #FAC031. Grayscale: #3D3D3D. Windows color (decimal): -16433202 or 13516549. OLE color: 13516549.

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

Color convert

RGB 5 63 206 -
CMYK 0.98 0.69 0 0.19
HSL 222.69º 0.95% 0.41% -
HSV(B) 222.69º 0.98% 0.81% -
XYZ 12.98 8.04 59.26 -
YUV 61.96 209.28 87.37 -
System Red Green Blue C M Y K H S L
Decimal 5 63 206 0.98 0.69 0 0.19 222.69 0.95 0.41
Hex 5 3F CE 62 45 0 13 DF 5F 29
Octal 5 77 316 142 105 0 23 337 137 51
Binary 101 111111 11001110 1100010 1000101 0 10011 11011111 1011111 101001

Color Harmonies of #053FCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053FCE

Black with #053FCE

Text Example


Text Example

White with #053FCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,63,206); }

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

background-color css

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

 a { background-color: rgb(5,63,206); }

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

border-color css

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

 span { border-color: rgb(5,63,206); }

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