Html Css Color HEX #054191 Smalt

📋 copy color: '#054191'

red 5 ◦ green 65 ◦ blue 145

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

Shades of Smalt #054191

Tints of Smalt #054191

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 67.44%

R = 2.33%
G = 30.23%
B = 67.44%

CMYK

 C value IS 0.97

 M value IS 0.55

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#054191 (or 0x054191) is known color: Smalt. HEX triplet: 05, 41 and 91. RGB value is (5,65,145). Sum of RGB (Red+Green+Blue) = 5+65+145=215 (28% of max value = 765). Red value is 5 (2.34% from 255 or 2.33% from 215); Green value is 65 (25.78% from 255 or 30.23% from 215); Blue value is 145 (57.03% from 255 or 67.44% from 215); Max value from RGB is 145 - color contains mainly: blue. Hex color #054191 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #054191 is #FABE6E. Grayscale: #373737. Windows color (decimal): -16432751 or 9519365. OLE color: 9519365.

HSL color Cylindrical-coordinate representation of color #054191: hue angle of 214.29º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #054191 is Cyan = 0.97, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 5 65 145 -
CMYK 0.97 0.55 0 0.43
HSL 214.29º 0.93% 0.29% -
HSV(B) 214.29º 0.97% 0.57% -
XYZ 7.06 5.86 27.55 -
YUV 56.18 178.12 91.5 -
System Red Green Blue C M Y K H S L
Decimal 5 65 145 0.97 0.55 0 0.43 214.29 0.93 0.29
Hex 5 41 91 61 37 0 2B D6 5D 1D
Octal 5 101 221 141 67 0 53 326 135 35
Binary 101 1000001 10010001 1100001 110111 0 101011 11010110 1011101 11101

Color Harmonies of #054191

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #054191

Black with #054191

Text Example


Text Example

White with #054191

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #054191; }

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

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

background-color css

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

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

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

border-color css

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

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

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