Html Css Color HEX #053F98 Smalt

📋 copy color: '#053F98'

red 5 ◦ green 63 ◦ blue 152

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

Shades of Smalt #053F98

Tints of Smalt #053F98

RGB

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

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

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

R = 2.27%
G = 28.64%
B = 69.09%

CMYK

 C value IS 0.97

 M value IS 0.59

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#053F98 (or 0x053F98) is known color: Smalt. HEX triplet: 05, 3F and 98. RGB value is (5,63,152). Sum of RGB (Red+Green+Blue) = 5+63+152=220 (29% of max value = 765). Red value is 5 (2.34% from 255 or 2.27% from 220); Green value is 63 (25% from 255 or 28.64% from 220); Blue value is 152 (59.77% from 255 or 69.09% from 220); Max value from RGB is 152 - color contains mainly: blue. Hex color #053F98 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #053F98 is #FAC067. Grayscale: #373737. Windows color (decimal): -16433256 or 9977605. OLE color: 9977605.

HSL color Cylindrical-coordinate representation of color #053F98: hue angle of 216.33º 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 #053F98 is Cyan = 0.97, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 5 63 152 -
CMYK 0.97 0.59 0 0.40
HSL 216.33º 0.94% 0.31% -
HSV(B) 216.33º 0.97% 0.6% -
XYZ 7.51 5.85 30.44 -
YUV 55.8 182.28 91.76 -
System Red Green Blue C M Y K H S L
Decimal 5 63 152 0.97 0.59 0 0.40 216.33 0.94 0.31
Hex 5 3F 98 61 3B 0 28 D8 5E 1F
Octal 5 77 230 141 73 0 50 330 136 37
Binary 101 111111 10011000 1100001 111011 0 101000 11011000 1011110 11111

Color Harmonies of #053F98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053F98

Black with #053F98

Text Example


Text Example

White with #053F98

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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