Html Css Color HEX #053F9A Smalt

📋 copy color: '#053F9A'

red 5 ◦ green 63 ◦ blue 154

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

Shades of Smalt #053F9A

Tints of Smalt #053F9A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 69.37%

R = 2.25%
G = 28.38%
B = 69.37%

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

#053F9A (or 0x053F9A) is known color: Smalt. HEX triplet: 05, 3F and 9A. RGB value is (5,63,154). Sum of RGB (Red+Green+Blue) = 5+63+154=222 (29% of max value = 765). Red value is 5 (2.34% from 255 or 2.25% from 222); Green value is 63 (25% from 255 or 28.38% from 222); Blue value is 154 (60.55% from 255 or 69.37% from 222); Max value from RGB is 154 - color contains mainly: blue. Hex color #053F9A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #053F9A is #FAC065. Grayscale: #373737. Windows color (decimal): -16433254 or 10108677. OLE color: 10108677.

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

Color convert

RGB 5 63 154 -
CMYK 0.97 0.59 0 0.40
HSL 216.64º 0.94% 0.31% -
HSV(B) 216.64º 0.97% 0.6% -
XYZ 7.67 5.92 31.31 -
YUV 56.03 183.28 91.6 -
System Red Green Blue C M Y K H S L
Decimal 5 63 154 0.97 0.59 0 0.40 216.64 0.94 0.31
Hex 5 3F 9A 61 3B 0 28 D9 5E 1F
Octal 5 77 232 141 73 0 50 331 136 37
Binary 101 111111 10011010 1100001 111011 0 101000 11011001 1011110 11111

Color Harmonies of #053F9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053F9A

Black with #053F9A

Text Example


Text Example

White with #053F9A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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