Html Css Color HEX #053E9B Smalt

📋 copy color: '#053E9B'

red 5 ◦ green 62 ◦ blue 155

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

Shades of Smalt #053E9B

Tints of Smalt #053E9B

RGB

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

 GREEN value IS 62 (24.61% from 255) = 27.93%

 BLUE value IS 155 (60.94% from 255) = 69.82%

R = 2.25%
G = 27.93%
B = 69.82%

CMYK

 C value IS 0.97

 M value IS 0.6

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#053E9B (or 0x053E9B) is known color: Smalt. HEX triplet: 05, 3E and 9B. RGB value is (5,62,155). Sum of RGB (Red+Green+Blue) = 5+62+155=222 (29% of max value = 765). Red value is 5 (2.34% from 255 or 2.25% from 222); Green value is 62 (24.61% from 255 or 27.93% from 222); Blue value is 155 (60.94% from 255 or 69.82% from 222); Max value from RGB is 155 - color contains mainly: blue. Hex color #053E9B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #053E9B is #FAC164. Grayscale: #373737. Windows color (decimal): -16433509 or 10173957. OLE color: 10173957.

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

Color convert

RGB 5 62 155 -
CMYK 0.97 0.6 0 0.39
HSL 217.2º 0.94% 0.31% -
HSV(B) 217.2º 0.97% 0.61% -
XYZ 7.7 5.84 31.73 -
YUV 55.56 184.12 91.94 -
System Red Green Blue C M Y K H S L
Decimal 5 62 155 0.97 0.6 0 0.39 217.2 0.94 0.31
Hex 5 3E 9B 61 3C 0 27 D9 5E 1F
Octal 5 76 233 141 74 0 47 331 136 37
Binary 101 111110 10011011 1100001 111100 0 100111 11011001 1011110 11111

Color Harmonies of #053E9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053E9B

Black with #053E9B

Text Example


Text Example

White with #053E9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,62,155); }

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

background-color css

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

 a { background-color: rgb(5,62,155); }

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

border-color css

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

 span { border-color: rgb(5,62,155); }

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