#083C90

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

Shades of Smalt #083C90

Tints of Smalt #083C90

Color information

#083C90 (or 0x083C90) is unknown color: approx Smalt. HEX triplet: 08, 3C and 90. RGB value is (8,60,144). Sum of RGB (Red+Green+Blue) = 8+60+144=212 (28% of max value = 765). Red value is 8 (3.52% from 255 or 3.77% from 212); Green value is 60 (23.83% from 255 or 28.30% from 212); Blue value is 144 (56.64% from 255 or 67.92% from 212); Max value from RGB is 144 - color contains mainly: blue. Hex color #083C90 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #083C90 is #F7C36F. Grayscale: #353535. Windows color (decimal): -16237424 or 9452552. OLE color: 9452552.

HSL color Cylindrical-coordinate representation of color #083C90: hue angle of 217.06º 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 #083C90 is Cyan = 0.94, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB860144-
CMYK0.940.5800.44
HSL217.06º89.47%29.8%-
HSV(B)217.06º94.44%56.47%-
XYZ6.755.327.05-
YUV54.03178.7795.17-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.77%
GREEN value IS 60 (23.83% from 255) = 28.30%
BLUE value IS 144 (56.64% from 255) = 67.92%
R=3.77%
G=28.30%
B=67.92%

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
Decimal8601440.940.5800.44217.0689.4729.8
Hex83C905E3A02Cd9591e
Octal10742201367205433113136
Binary1000111100100100001011110111010010110011011001101100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #083C90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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