#082F95

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

Shades of Smalt #082F95

Tints of Smalt #082F95

Color information

#082F95 (or 0x082F95) is unknown color: approx Smalt. HEX triplet: 08, 2F and 95. RGB value is (8,47,149). Sum of RGB (Red+Green+Blue) = 8+47+149=204 (27% of max value = 765). Red value is 8 (3.52% from 255 or 3.92% from 204); Green value is 47 (18.75% from 255 or 23.04% from 204); Blue value is 149 (58.59% from 255 or 73.04% from 204); Max value from RGB is 149 - color contains mainly: blue. Hex color #082F95 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #082F95 is #F7D06A. Grayscale: #2E2E2E. Windows color (decimal): -16240747 or 9776904. OLE color: 9776904.

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

Color convert

RGB847149-
CMYK0.950.6800.42
HSL223.4º89.81%30.78%-
HSV(B)223.4º94.63%58.43%-
XYZ6.544.2528.91-
YUV46.97185.58100.21-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.92%
GREEN value IS 47 (18.75% from 255) = 23.04%
BLUE value IS 149 (58.59% from 255) = 73.04%
R=3.92%
G=23.04%
B=73.04%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal8471490.950.6800.42223.489.8130.78
Hex82F955F4402Adf5a1f
Octal105722513710405233713237
Binary10001011111001010110111111000100010101011011111101101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #082F95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #082F95; }

 p { color: rgb(8,47,149); }

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

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

 a { background-color: rgb(8,47,149); }

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

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

 span { border-color: rgb(8,47,149); }

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