#084093

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

Shades of Smalt #084093

Tints of Smalt #084093

Color information

#084093 (or 0x084093) is unknown color: approx Smalt. HEX triplet: 08, 40 and 93. RGB value is (8,64,147). Sum of RGB (Red+Green+Blue) = 8+64+147=219 (29% of max value = 765). Red value is 8 (3.52% from 255 or 3.65% from 219); Green value is 64 (25.39% from 255 or 29.22% from 219); Blue value is 147 (57.81% from 255 or 67.12% from 219); Max value from RGB is 147 - color contains mainly: blue. Hex color #084093 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #084093 is #F7BF6C. Grayscale: #383838. Windows color (decimal): -16236397 or 9650184. OLE color: 9650184.

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

Color convert

RGB864147-
CMYK0.950.5600.42
HSL215.83º89.68%30.39%-
HSV(B)215.83º94.56%57.65%-
XYZ7.25.8328.35-
YUV56.72178.9593.25-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.65%
GREEN value IS 64 (25.39% from 255) = 29.22%
BLUE value IS 147 (57.81% from 255) = 67.12%
R=3.65%
G=29.22%
B=67.12%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal8641470.950.5600.42215.8389.6830.39
Hex840935F3802Ad85a1e
Octal101002231377005233013236
Binary10001000000100100111011111111000010101011011000101101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #084093

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #084093; }

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

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

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

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

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

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

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

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