Html Css Color HEX #084494 Smalt

📋 copy color: '#084494'

red 8 ◦ green 68 ◦ blue 148

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

Shades of Smalt #084494

Tints of Smalt #084494

RGB

 RED value IS 8 (3.52% from 255) = 3.57%

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

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

R = 3.57%
G = 30.36%
B = 66.07%

CMYK

 C value IS 0.95

 M value IS 0.54

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#084494 (or 0x084494) is known color: Smalt. HEX triplet: 08, 44 and 94. RGB value is (8,68,148). Sum of RGB (Red+Green+Blue) = 8+68+148=224 (29% of max value = 765). Red value is 8 (3.52% from 255 or 3.57% from 224); Green value is 68 (26.95% from 255 or 30.36% from 224); Blue value is 148 (58.20% from 255 or 66.07% from 224); Max value from RGB is 148 - color contains mainly: blue. Hex color #084494 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #084494 is #F7BB6B. Grayscale: #3A3A3A. Windows color (decimal): -16235372 or 9716744. OLE color: 9716744.

HSL color Cylindrical-coordinate representation of color #084494: hue angle of 214.29º degrees, saturation: 0.9, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #084494 is Cyan = 0.95, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 8 68 148 -
CMYK 0.95 0.54 0 0.42
HSL 214.29º 0.9% 0.31% -
HSV(B) 214.29º 0.95% 0.58% -
XYZ 7.51 6.32 28.84 -
YUV 59.18 178.12 91.5 -
System Red Green Blue C M Y K H S L
Decimal 8 68 148 0.95 0.54 0 0.42 214.29 0.9 0.31
Hex 8 44 94 5F 36 0 2A D6 5A 1F
Octal 10 104 224 137 66 0 52 326 132 37
Binary 1000 1000100 10010100 1011111 110110 0 101010 11010110 1011010 11111

Color Harmonies of #084494

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #084494

Black with #084494

Text Example


Text Example

White with #084494

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #084494; }

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

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

background-color css

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

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

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

border-color css

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

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

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