#084393

Color #084393 Smalt (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Smalt #084393

Tints of Smalt #084393

Color information

#084393 (or 0x084393) is unknown color: approx Smalt. HEX triplet: 08, 43 and 93. RGB value is (8,67,147). Sum of RGB (Red+Green+Blue) = 8+67+147=222 (29% of max value = 765). Red value is 8 (3.52% from 255 or 3.60% from 222); Green value is 67 (26.56% from 255 or 30.18% from 222); Blue value is 147 (57.81% from 255 or 66.22% from 222); Max value from RGB is 147 - color contains mainly: blue. Hex color #084393 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #084393 is #F7BC6C. Grayscale: #3A3A3A. Windows color (decimal): -16235629 or 9650952. OLE color: 9650952.

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

Color convert

RGB867147-
CMYK0.950.5400.42
HSL214.53º89.68%30.39%-
HSV(B)214.53º94.56%57.65%-
XYZ7.376.1728.41-
YUV58.48177.9592-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.60%
GREEN value IS 67 (26.56% from 255) = 30.18%
BLUE value IS 147 (57.81% from 255) = 66.22%
R=3.60%
G=30.18%
B=66.22%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal8671470.950.5400.42214.5389.6830.39
Hex843935F3602Ad75a1e
Octal101032231376605232713236
Binary10001000011100100111011111110110010101011010111101101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #084393

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #084393; }

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

 H1.HeaderClassName
 {
   color: #084393;
 }
 .AnyTagClassName
 {
   color: #084393;
 }
</style>
background-color css

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

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

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

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

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

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