Html Css Color HEX #053A8B Smalt

📋 copy color: '#053A8B'

red 5 ◦ green 58 ◦ blue 139

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

Shades of Smalt #053A8B

Tints of Smalt #053A8B

RGB

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

 GREEN value IS 58 (23.05% from 255) = 28.71%

 BLUE value IS 139 (54.69% from 255) = 68.81%

R = 2.48%
G = 28.71%
B = 68.81%

CMYK

 C value IS 0.96

 M value IS 0.58

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#053A8B (or 0x053A8B) is known color: Smalt. HEX triplet: 05, 3A and 8B. RGB value is (5,58,139). Sum of RGB (Red+Green+Blue) = 5+58+139=202 (26% of max value = 765). Red value is 5 (2.34% from 255 or 2.48% from 202); Green value is 58 (23.05% from 255 or 28.71% from 202); Blue value is 139 (54.69% from 255 or 68.81% from 202); Max value from RGB is 139 - color contains mainly: blue. Hex color #053A8B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #053A8B is #FAC574. Grayscale: #333333. Windows color (decimal): -16434549 or 9124357. OLE color: 9124357.

HSL color Cylindrical-coordinate representation of color #053A8B: hue angle of 216.27º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #053A8B is Cyan = 0.96, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 5 58 139 -
CMYK 0.96 0.58 0 0.45
HSL 216.27º 0.93% 0.28% -
HSV(B) 216.27º 0.96% 0.55% -
XYZ 6.24 4.92 25.05 -
YUV 51.39 177.44 94.91 -
System Red Green Blue C M Y K H S L
Decimal 5 58 139 0.96 0.58 0 0.45 216.27 0.93 0.28
Hex 5 3A 8B 60 3A 0 2D D8 5D 1C
Octal 5 72 213 140 72 0 55 330 135 34
Binary 101 111010 10001011 1100000 111010 0 101101 11011000 1011101 11100

Color Harmonies of #053A8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053A8B

Black with #053A8B

Text Example


Text Example

White with #053A8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,58,139); }

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

background-color css

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

 a { background-color: rgb(5,58,139); }

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

border-color css

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

 span { border-color: rgb(5,58,139); }

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