#083D90

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

Shades of Smalt #083D90

Tints of Smalt #083D90

Color information

#083D90 (or 0x083D90) is unknown color: approx Smalt. HEX triplet: 08, 3D and 90. RGB value is (8,61,144). Sum of RGB (Red+Green+Blue) = 8+61+144=213 (28% of max value = 765). Red value is 8 (3.52% from 255 or 3.76% from 213); Green value is 61 (24.22% from 255 or 28.64% from 213); Blue value is 144 (56.64% from 255 or 67.61% from 213); Max value from RGB is 144 - color contains mainly: blue. Hex color #083D90 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #083D90 is #F7C26F. Grayscale: #363636. Windows color (decimal): -16237168 or 9452808. OLE color: 9452808.

HSL color Cylindrical-coordinate representation of color #083D90: hue angle of 216.62º degrees, saturation: 0.89, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #083D90 is Cyan = 0.94, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB861144-
CMYK0.940.5800.44
HSL216.62º89.47%29.8%-
HSV(B)216.62º94.44%56.47%-
XYZ6.85.427.07-
YUV54.61178.4494.75-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.76%
GREEN value IS 61 (24.22% from 255) = 28.64%
BLUE value IS 144 (56.64% from 255) = 67.61%
R=3.76%
G=28.64%
B=67.61%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal8611440.940.5800.44216.6289.4729.8
Hex83D905E3A02Cd9591e
Octal10752201367205433113136
Binary1000111101100100001011110111010010110011011001101100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #083D90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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