Html Css Color HEX #053FCB Persian Blue

📋 copy color: '#053FCB'

red 5 ◦ green 63 ◦ blue 203

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

Shades of Persian Blue #053FCB

Tints of Persian Blue #053FCB

RGB

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

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

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

R = 1.85%
G = 23.25%
B = 74.91%

CMYK

 C value IS 0.98

 M value IS 0.69

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#053FCB (or 0x053FCB) is known color: Persian Blue. HEX triplet: 05, 3F and CB. RGB value is (5,63,203). Sum of RGB (Red+Green+Blue) = 5+63+203=271 (35% of max value = 765). Red value is 5 (2.34% from 255 or 1.85% from 271); Green value is 63 (25% from 255 or 23.25% from 271); Blue value is 203 (79.69% from 255 or 74.91% from 271); Max value from RGB is 203 - color contains mainly: blue. Hex color #053FCB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #053FCB is #FAC034. Grayscale: #3D3D3D. Windows color (decimal): -16433205 or 13319941. OLE color: 13319941.

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

Color convert

RGB 5 63 203 -
CMYK 0.98 0.69 0 0.20
HSL 222.42º 0.95% 0.41% -
HSV(B) 222.42º 0.98% 0.8% -
XYZ 12.62 7.9 57.36 -
YUV 61.62 207.78 87.62 -
System Red Green Blue C M Y K H S L
Decimal 5 63 203 0.98 0.69 0 0.20 222.42 0.95 0.41
Hex 5 3F CB 62 45 0 14 DE 5F 29
Octal 5 77 313 142 105 0 24 336 137 51
Binary 101 111111 11001011 1100010 1000101 0 10100 11011110 1011111 101001

Color Harmonies of #053FCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053FCB

Black with #053FCB

Text Example


Text Example

White with #053FCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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