Html Css Color HEX #054193 Smalt

📋 copy color: '#054193'

red 5 ◦ green 65 ◦ blue 147

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

Shades of Smalt #054193

Tints of Smalt #054193

RGB

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

 GREEN value IS 65 (25.78% from 255) = 29.95%

 BLUE value IS 147 (57.81% from 255) = 67.74%

R = 2.3%
G = 29.95%
B = 67.74%

CMYK

 C value IS 0.97

 M value IS 0.56

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#054193 (or 0x054193) is known color: Smalt. HEX triplet: 05, 41 and 93. RGB value is (5,65,147). Sum of RGB (Red+Green+Blue) = 5+65+147=217 (28% of max value = 765). Red value is 5 (2.34% from 255 or 2.30% from 217); Green value is 65 (25.78% from 255 or 29.95% from 217); Blue value is 147 (57.81% from 255 or 67.74% from 217); Max value from RGB is 147 - color contains mainly: blue. Hex color #054193 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #054193 is #FABE6C. Grayscale: #383838. Windows color (decimal): -16432749 or 9650437. OLE color: 9650437.

HSL color Cylindrical-coordinate representation of color #054193: hue angle of 214.65º degrees, saturation: 0.93, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #054193 is Cyan = 0.97, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 5 65 147 -
CMYK 0.97 0.56 0 0.42
HSL 214.65º 0.93% 0.3% -
HSV(B) 214.65º 0.97% 0.58% -
XYZ 7.22 5.92 28.37 -
YUV 56.41 179.12 91.33 -
System Red Green Blue C M Y K H S L
Decimal 5 65 147 0.97 0.56 0 0.42 214.65 0.93 0.3
Hex 5 41 93 61 38 0 2A D7 5D 1E
Octal 5 101 223 141 70 0 52 327 135 36
Binary 101 1000001 10010011 1100001 111000 0 101010 11010111 1011101 11110

Color Harmonies of #054193

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #054193

Black with #054193

Text Example


Text Example

White with #054193

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #054193; }

 p { color: rgb(5,65,147); }

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

background-color css

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

 a { background-color: rgb(5,65,147); }

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

border-color css

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

 span { border-color: rgb(5,65,147); }

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