Html Css Color HEX #084493 Smalt

📋 copy color: '#084493'

red 8 ◦ green 68 ◦ blue 147

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

Shades of Smalt #084493

Tints of Smalt #084493

RGB

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

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

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

R = 3.59%
G = 30.49%
B = 65.92%

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

#084493 (or 0x084493) is known color: Smalt. HEX triplet: 08, 44 and 93. RGB value is (8,68,147). Sum of RGB (Red+Green+Blue) = 8+68+147=223 (29% of max value = 765). Red value is 8 (3.52% from 255 or 3.59% from 223); Green value is 68 (26.95% from 255 or 30.49% from 223); Blue value is 147 (57.81% from 255 or 65.92% from 223); Max value from RGB is 147 - color contains mainly: blue. Hex color #084493 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #084493 is #F7BB6C. Grayscale: #3A3A3A. Windows color (decimal): -16235373 or 9651208. OLE color: 9651208.

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

Color convert

RGB 8 68 147 -
CMYK 0.95 0.54 0 0.42
HSL 214.1º 0.9% 0.3% -
HSV(B) 214.1º 0.95% 0.58% -
XYZ 7.43 6.29 28.43 -
YUV 59.07 177.62 91.58 -
System Red Green Blue C M Y K H S L
Decimal 8 68 147 0.95 0.54 0 0.42 214.1 0.9 0.3
Hex 8 44 93 5F 36 0 2A D6 5A 1E
Octal 10 104 223 137 66 0 52 326 132 36
Binary 1000 1000100 10010011 1011111 110110 0 101010 11010110 1011010 11110

Color Harmonies of #084493

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #084493

Black with #084493

Text Example


Text Example

White with #084493

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #084493; }

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

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

background-color css

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

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

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

border-color css

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

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

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