Html Css Color HEX #054494 Smalt

📋 copy color: '#054494'

red 5 ◦ green 68 ◦ blue 148

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

Shades of Smalt #054494

Tints of Smalt #054494

RGB

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

 GREEN value IS 68 (26.95% from 255) = 30.77%

 BLUE value IS 148 (58.2% from 255) = 66.97%

R = 2.26%
G = 30.77%
B = 66.97%

CMYK

 C value IS 0.97

 M value IS 0.54

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#054494 (or 0x054494) is known color: Smalt. HEX triplet: 05, 44 and 94. RGB value is (5,68,148). Sum of RGB (Red+Green+Blue) = 5+68+148=221 (29% of max value = 765). Red value is 5 (2.34% from 255 or 2.26% from 221); Green value is 68 (26.95% from 255 or 30.77% from 221); Blue value is 148 (58.20% from 255 or 66.97% from 221); Max value from RGB is 148 - color contains mainly: blue. Hex color #054494 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #054494 is #FABB6B. Grayscale: #393939. Windows color (decimal): -16431980 or 9716741. OLE color: 9716741.

HSL color Cylindrical-coordinate representation of color #054494: hue angle of 213.57º 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 #054494 is Cyan = 0.97, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 5 68 148 -
CMYK 0.97 0.54 0 0.42
HSL 213.57º 0.93% 0.3% -
HSV(B) 213.57º 0.97% 0.58% -
XYZ 7.48 6.3 28.84 -
YUV 58.28 178.63 90 -
System Red Green Blue C M Y K H S L
Decimal 5 68 148 0.97 0.54 0 0.42 213.57 0.93 0.3
Hex 5 44 94 61 36 0 2A D6 5D 1E
Octal 5 104 224 141 66 0 52 326 135 36
Binary 101 1000100 10010100 1100001 110110 0 101010 11010110 1011101 11110

Color Harmonies of #054494

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #054494

Black with #054494

Text Example


Text Example

White with #054494

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #054494; }

 p { color: rgb(5,68,148); }

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

background-color css

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

 a { background-color: rgb(5,68,148); }

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

border-color css

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

 span { border-color: rgb(5,68,148); }

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