#083D93

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

Shades of Smalt #083D93

Tints of Smalt #083D93

Color information

#083D93 (or 0x083D93) is unknown color: approx Smalt. HEX triplet: 08, 3D and 93. RGB value is (8,61,147). Sum of RGB (Red+Green+Blue) = 8+61+147=216 (28% of max value = 765). Red value is 8 (3.52% from 255 or 3.70% from 216); Green value is 61 (24.22% from 255 or 28.24% from 216); Blue value is 147 (57.81% from 255 or 68.06% from 216); Max value from RGB is 147 - color contains mainly: blue. Hex color #083D93 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #083D93 is #F7C26C. Grayscale: #363636. Windows color (decimal): -16237165 or 9649416. OLE color: 9649416.

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

Color convert

RGB861147-
CMYK0.950.5900.42
HSL217.12º89.68%30.39%-
HSV(B)217.12º94.56%57.65%-
XYZ7.045.528.29-
YUV54.96179.9494.51-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.70%
GREEN value IS 61 (24.22% from 255) = 28.24%
BLUE value IS 147 (57.81% from 255) = 68.06%
R=3.70%
G=28.24%
B=68.06%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal8611470.950.5900.42217.1289.6830.39
Hex83D935F3B02Ad95a1e
Octal10752231377305233113236
Binary1000111101100100111011111111011010101011011001101101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #083D93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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