#083195

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

Shades of Smalt #083195

Tints of Smalt #083195

Color information

#083195 (or 0x083195) is unknown color: approx Smalt. HEX triplet: 08, 31 and 95. RGB value is (8,49,149). Sum of RGB (Red+Green+Blue) = 8+49+149=206 (27% of max value = 765). Red value is 8 (3.52% from 255 or 3.88% from 206); Green value is 49 (19.53% from 255 or 23.79% from 206); Blue value is 149 (58.59% from 255 or 72.33% from 206); Max value from RGB is 149 - color contains mainly: blue. Hex color #083195 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #083195 is #F7CE6A. Grayscale: #2F2F2F. Windows color (decimal): -16240235 or 9777416. OLE color: 9777416.

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

Color convert

RGB849149-
CMYK0.950.6700.42
HSL222.55º89.81%30.78%-
HSV(B)222.55º94.63%58.43%-
XYZ6.624.4228.94-
YUV48.14184.9299.37-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.88%
GREEN value IS 49 (19.53% from 255) = 23.79%
BLUE value IS 149 (58.59% from 255) = 72.33%
R=3.88%
G=23.79%
B=72.33%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal8491490.950.6700.42222.5589.8130.78
Hex831955F4302Adf5a1f
Octal106122513710305233713237
Binary10001100011001010110111111000011010101011011111101101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #083195

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #083195; }

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

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

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

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

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

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

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

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