#084296

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

Shades of Smalt #084296

Tints of Smalt #084296

Color information

#084296 (or 0x084296) is unknown color: approx Smalt. HEX triplet: 08, 42 and 96. RGB value is (8,66,150). Sum of RGB (Red+Green+Blue) = 8+66+150=224 (29% of max value = 765). Red value is 8 (3.52% from 255 or 3.57% from 224); Green value is 66 (26.17% from 255 or 29.46% from 224); Blue value is 150 (58.98% from 255 or 66.96% from 224); Max value from RGB is 150 - color contains mainly: blue. Hex color #084296 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #084296 is #F7BD69. Grayscale: #393939. Windows color (decimal): -16235882 or 9847304. OLE color: 9847304.

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

Color convert

RGB866150-
CMYK0.950.5600.41
HSL215.49º89.87%30.98%-
HSV(B)215.49º94.67%58.82%-
XYZ7.556.1529.64-
YUV58.23179.7892.17-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.57%
GREEN value IS 66 (26.17% from 255) = 29.46%
BLUE value IS 150 (58.98% from 255) = 66.96%
R=3.57%
G=29.46%
B=66.96%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal8661500.950.5600.41215.4989.8730.98
Hex842965F38029d75a1f
Octal101022261377005132713237
Binary10001000010100101101011111111000010100111010111101101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #084296

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #084296; }

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

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

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

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

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

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

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

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