#084196

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

Shades of Smalt #084196

Tints of Smalt #084196

Color information

#084196 (or 0x084196) is unknown color: approx Smalt. HEX triplet: 08, 41 and 96. RGB value is (8,65,150). Sum of RGB (Red+Green+Blue) = 8+65+150=223 (29% of max value = 765). Red value is 8 (3.52% from 255 or 3.59% from 223); Green value is 65 (25.78% from 255 or 29.15% from 223); Blue value is 150 (58.98% from 255 or 67.26% from 223); Max value from RGB is 150 - color contains mainly: blue. Hex color #084196 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #084196 is #F7BE69. Grayscale: #393939. Windows color (decimal): -16236138 or 9847048. OLE color: 9847048.

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

Color convert

RGB865150-
CMYK0.950.5700.41
HSL215.92º89.87%30.98%-
HSV(B)215.92º94.67%58.82%-
XYZ7.56.0329.62-
YUV57.65180.1292.59-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.59%
GREEN value IS 65 (25.78% from 255) = 29.15%
BLUE value IS 150 (58.98% from 255) = 67.26%
R=3.59%
G=29.15%
B=67.26%

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
Decimal8651500.950.5700.41215.9289.8730.98
Hex841965F39029d85a1f
Octal101012261377105133013237
Binary10001000001100101101011111111001010100111011000101101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #084196

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #084196; }

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

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

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

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

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

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

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

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