#084092

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

Shades of Smalt #084092

Tints of Smalt #084092

Color information

#084092 (or 0x084092) is unknown color: approx Smalt. HEX triplet: 08, 40 and 92. RGB value is (8,64,146). Sum of RGB (Red+Green+Blue) = 8+64+146=218 (28% of max value = 765). Red value is 8 (3.52% from 255 or 3.67% from 218); Green value is 64 (25.39% from 255 or 29.36% from 218); Blue value is 146 (57.42% from 255 or 66.97% from 218); Max value from RGB is 146 - color contains mainly: blue. Hex color #084092 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #084092 is #F7BF6D. Grayscale: #383838. Windows color (decimal): -16236398 or 9584648. OLE color: 9584648.

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

Color convert

RGB864146-
CMYK0.950.5600.43
HSL215.65º89.61%30.2%-
HSV(B)215.65º94.52%57.25%-
XYZ7.125.7927.94-
YUV56.6178.4593.33-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.67%
GREEN value IS 64 (25.39% from 255) = 29.36%
BLUE value IS 146 (57.42% from 255) = 66.97%
R=3.67%
G=29.36%
B=66.97%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal8641460.950.5600.43215.6589.6130.2
Hex840925F3802Bd85a1e
Octal101002221377005333013236
Binary10001000000100100101011111111000010101111011000101101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #084092

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #084092; }

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

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

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

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

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

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

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

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