#084095

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

Shades of Smalt #084095

Tints of Smalt #084095

Color information

#084095 (or 0x084095) is unknown color: approx Smalt. HEX triplet: 08, 40 and 95. RGB value is (8,64,149). Sum of RGB (Red+Green+Blue) = 8+64+149=221 (29% of max value = 765). Red value is 8 (3.52% from 255 or 3.62% from 221); Green value is 64 (25.39% from 255 or 28.96% from 221); Blue value is 149 (58.59% from 255 or 67.42% from 221); Max value from RGB is 149 - color contains mainly: blue. Hex color #084095 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #084095 is #F7BF6A. Grayscale: #383838. Windows color (decimal): -16236395 or 9781256. OLE color: 9781256.

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

Color convert

RGB864149-
CMYK0.950.5700.42
HSL216.17º89.81%30.78%-
HSV(B)216.17º94.63%58.43%-
XYZ7.365.8929.18-
YUV56.95179.9593.09-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.62%
GREEN value IS 64 (25.39% from 255) = 28.96%
BLUE value IS 149 (58.59% from 255) = 67.42%
R=3.62%
G=28.96%
B=67.42%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal8641490.950.5700.42216.1789.8130.78
Hex840955F3902Ad85a1f
Octal101002251377105233013237
Binary10001000000100101011011111111001010101011011000101101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #084095

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #084095; }

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

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

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

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

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

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

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

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