#084096

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

Shades of Smalt #084096

Tints of Smalt #084096

Color information

#084096 (or 0x084096) is unknown color: approx Smalt. HEX triplet: 08, 40 and 96. RGB value is (8,64,150). Sum of RGB (Red+Green+Blue) = 8+64+150=222 (29% of max value = 765). Red value is 8 (3.52% from 255 or 3.60% from 222); Green value is 64 (25.39% from 255 or 28.83% from 222); Blue value is 150 (58.98% from 255 or 67.57% from 222); Max value from RGB is 150 - color contains mainly: blue. Hex color #084096 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #084096 is #F7BF69. Grayscale: #383838. Windows color (decimal): -16236394 or 9846792. OLE color: 9846792.

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

Color convert

RGB864150-
CMYK0.950.5700.41
HSL216.34º89.87%30.98%-
HSV(B)216.34º94.67%58.82%-
XYZ7.445.9229.6-
YUV57.06180.4593.01-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.60%
GREEN value IS 64 (25.39% from 255) = 28.83%
BLUE value IS 150 (58.98% from 255) = 67.57%
R=3.60%
G=28.83%
B=67.57%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal8641500.950.5700.41216.3489.8730.98
Hex840965F39029d85a1f
Octal101002261377105133013237
Binary10001000000100101101011111111001010100111011000101101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #084096

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #084096; }

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

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

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

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

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

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

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

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