Html Css Color HEX #053FCC Persian Blue

📋 copy color: '#053FCC'

red 5 ◦ green 63 ◦ blue 204

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

Shades of Persian Blue #053FCC

Tints of Persian Blue #053FCC

RGB

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

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

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

R = 1.84%
G = 23.16%
B = 75%

CMYK

 C value IS 0.98

 M value IS 0.69

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#053FCC (or 0x053FCC) is known color: Persian Blue. HEX triplet: 05, 3F and CC. RGB value is (5,63,204). Sum of RGB (Red+Green+Blue) = 5+63+204=272 (36% of max value = 765). Red value is 5 (2.34% from 255 or 1.84% from 272); Green value is 63 (25% from 255 or 23.16% from 272); Blue value is 204 (80.08% from 255 or 75% from 272); Max value from RGB is 204 - color contains mainly: blue. Hex color #053FCC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #053FCC is #FAC033. Grayscale: #3D3D3D. Windows color (decimal): -16433204 or 13385477. OLE color: 13385477.

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

Color convert

RGB 5 63 204 -
CMYK 0.98 0.69 0 0.2
HSL 222.51º 0.95% 0.41% -
HSV(B) 222.51º 0.98% 0.8% -
XYZ 12.74 7.95 57.99 -
YUV 61.73 208.28 87.54 -
System Red Green Blue C M Y K H S L
Decimal 5 63 204 0.98 0.69 0 0.2 222.51 0.95 0.41
Hex 5 3F CC 62 45 0 14 DF 5F 29
Octal 5 77 314 142 105 0 24 337 137 51
Binary 101 111111 11001100 1100010 1000101 0 10100 11011111 1011111 101001

Color Harmonies of #053FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053FCC

Black with #053FCC

Text Example


Text Example

White with #053FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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