Html Css Color HEX #053C8F Smalt

📋 copy color: '#053C8F'

red 5 ◦ green 60 ◦ blue 143

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

Shades of Smalt #053C8F

Tints of Smalt #053C8F

RGB

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

 GREEN value IS 60 (23.83% from 255) = 28.85%

 BLUE value IS 143 (56.25% from 255) = 68.75%

R = 2.4%
G = 28.85%
B = 68.75%

CMYK

 C value IS 0.97

 M value IS 0.58

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#053C8F (or 0x053C8F) is known color: Smalt. HEX triplet: 05, 3C and 8F. RGB value is (5,60,143). Sum of RGB (Red+Green+Blue) = 5+60+143=208 (27% of max value = 765). Red value is 5 (2.34% from 255 or 2.40% from 208); Green value is 60 (23.83% from 255 or 28.85% from 208); Blue value is 143 (56.25% from 255 or 68.75% from 208); Max value from RGB is 143 - color contains mainly: blue. Hex color #053C8F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #053C8F is #FAC370. Grayscale: #343434. Windows color (decimal): -16434033 or 9387013. OLE color: 9387013.

HSL color Cylindrical-coordinate representation of color #053C8F: hue angle of 216.09º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #053C8F is Cyan = 0.97, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 5 60 143 -
CMYK 0.97 0.58 0 0.44
HSL 216.09º 0.93% 0.29% -
HSV(B) 216.09º 0.97% 0.56% -
XYZ 6.64 5.25 26.65 -
YUV 53.02 178.78 93.75 -
System Red Green Blue C M Y K H S L
Decimal 5 60 143 0.97 0.58 0 0.44 216.09 0.93 0.29
Hex 5 3C 8F 61 3A 0 2C D8 5D 1D
Octal 5 74 217 141 72 0 54 330 135 35
Binary 101 111100 10001111 1100001 111010 0 101100 11011000 1011101 11101

Color Harmonies of #053C8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053C8F

Black with #053C8F

Text Example


Text Example

White with #053C8F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,60,143); }

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

background-color css

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

 a { background-color: rgb(5,60,143); }

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

border-color css

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

 span { border-color: rgb(5,60,143); }

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