Html Css Color HEX #053A98 Smalt

📋 copy color: '#053A98'

red 5 ◦ green 58 ◦ blue 152

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

Shades of Smalt #053A98

Tints of Smalt #053A98

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 70.7%

R = 2.33%
G = 26.98%
B = 70.7%

CMYK

 C value IS 0.97

 M value IS 0.62

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#053A98 (or 0x053A98) is known color: Smalt. HEX triplet: 05, 3A and 98. RGB value is (5,58,152). Sum of RGB (Red+Green+Blue) = 5+58+152=215 (28% of max value = 765). Red value is 5 (2.34% from 255 or 2.33% from 215); Green value is 58 (23.05% from 255 or 26.98% from 215); Blue value is 152 (59.77% from 255 or 70.70% from 215); Max value from RGB is 152 - color contains mainly: blue. Hex color #053A98 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #053A98 is #FAC567. Grayscale: #343434. Windows color (decimal): -16434536 or 9976325. OLE color: 9976325.

HSL color Cylindrical-coordinate representation of color #053A98: hue angle of 218.37º degrees, saturation: 0.94, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #053A98 is Cyan = 0.97, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 5 58 152 -
CMYK 0.97 0.62 0 0.40
HSL 218.37º 0.94% 0.31% -
HSV(B) 218.37º 0.97% 0.6% -
XYZ 7.24 5.33 30.35 -
YUV 52.87 183.94 93.86 -
System Red Green Blue C M Y K H S L
Decimal 5 58 152 0.97 0.62 0 0.40 218.37 0.94 0.31
Hex 5 3A 98 61 3E 0 28 DA 5E 1F
Octal 5 72 230 141 76 0 50 332 136 37
Binary 101 111010 10011000 1100001 111110 0 101000 11011010 1011110 11111

Color Harmonies of #053A98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053A98

Black with #053A98

Text Example


Text Example

White with #053A98

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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