#084098

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

Shades of Smalt #084098

Tints of Smalt #084098

Color information

#084098 (or 0x084098) is unknown color: approx Smalt. HEX triplet: 08, 40 and 98. RGB value is (8,64,152). Sum of RGB (Red+Green+Blue) = 8+64+152=224 (29% of max value = 765). Red value is 8 (3.52% from 255 or 3.57% from 224); Green value is 64 (25.39% from 255 or 28.57% from 224); Blue value is 152 (59.77% from 255 or 67.86% from 224); Max value from RGB is 152 - color contains mainly: blue. Hex color #084098 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #084098 is #F7BF67. Grayscale: #383838. Windows color (decimal): -16236392 or 9977864. OLE color: 9977864.

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

Color convert

RGB864152-
CMYK0.950.5800.40
HSL216.67º90%31.37%-
HSV(B)216.67º94.74%59.61%-
XYZ7.65.9930.46-
YUV57.29181.4592.84-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.57%
GREEN value IS 64 (25.39% from 255) = 28.57%
BLUE value IS 152 (59.77% from 255) = 67.86%
R=3.57%
G=28.57%
B=67.86%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal8641520.950.5800.40216.679031.37
Hex840985F3A028d95a1f
Octal101002301377205033113237
Binary10001000000100110001011111111010010100011011001101101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #084098

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #084098; }

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

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

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

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

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

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

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

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