#083F93

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

Shades of Smalt #083F93

Tints of Smalt #083F93

Color information

#083F93 (or 0x083F93) is unknown color: approx Smalt. HEX triplet: 08, 3F and 93. RGB value is (8,63,147). Sum of RGB (Red+Green+Blue) = 8+63+147=218 (28% of max value = 765). Red value is 8 (3.52% from 255 or 3.67% from 218); Green value is 63 (25% from 255 or 28.90% from 218); Blue value is 147 (57.81% from 255 or 67.43% from 218); Max value from RGB is 147 - color contains mainly: blue. Hex color #083F93 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #083F93 is #F7C06C. Grayscale: #373737. Windows color (decimal): -16236653 or 9649928. OLE color: 9649928.

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

Color convert

RGB863147-
CMYK0.950.5700.42
HSL216.26º89.68%30.39%-
HSV(B)216.26º94.56%57.65%-
XYZ7.145.7128.33-
YUV56.13179.2893.67-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.67%
GREEN value IS 63 (25% from 255) = 28.90%
BLUE value IS 147 (57.81% from 255) = 67.43%
R=3.67%
G=28.90%
B=67.43%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal8631470.950.5700.42216.2689.6830.39
Hex83F935F3902Ad85a1e
Octal10772231377105233013236
Binary1000111111100100111011111111001010101011011000101101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #083F93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #083F93; }

 p { color: rgb(8,63,147); }

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

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

 a { background-color: rgb(8,63,147); }

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

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

 span { border-color: rgb(8,63,147); }

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