#083AA1

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

Shades of Smalt #083AA1

Tints of Smalt #083AA1

Color information

#083AA1 (or 0x083AA1) is unknown color: approx Smalt. HEX triplet: 08, 3A and A1. RGB value is (8,58,161). Sum of RGB (Red+Green+Blue) = 8+58+161=227 (30% of max value = 765). Red value is 8 (3.52% from 255 or 3.52% from 227); Green value is 58 (23.05% from 255 or 25.55% from 227); Blue value is 161 (63.28% from 255 or 70.93% from 227); Max value from RGB is 161 - color contains mainly: blue. Hex color #083AA1 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #083AA1 is #F7C55E. Grayscale: #363636. Windows color (decimal): -16237919 or 10566152. OLE color: 10566152.

HSL color Cylindrical-coordinate representation of color #083AA1: hue angle of 220.39º degrees, saturation: 0.91, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #083AA1 is Cyan = 0.95, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB858161-
CMYK0.950.6400.37
HSL220.39º90.53%33.14%-
HSV(B)220.39º95.03%63.14%-
XYZ8.055.6534.38-
YUV54.79187.9494.62-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.52%
GREEN value IS 58 (23.05% from 255) = 25.55%
BLUE value IS 161 (63.28% from 255) = 70.93%
R=3.52%
G=25.55%
B=70.93%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal8581610.950.6400.37220.3990.5333.14
Hex83AA15F40025dc5b21
Octal107224113710004533413341
Binary100011101010100001101111110000000100101110111001011011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #083AA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(8,58,161); }

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

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

 a { background-color: rgb(8,58,161); }

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

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

 span { border-color: rgb(8,58,161); }

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