#083EA1

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

Shades of Smalt #083EA1

Tints of Smalt #083EA1

Color information

#083EA1 (or 0x083EA1) is unknown color: approx Smalt. HEX triplet: 08, 3E and A1. RGB value is (8,62,161). Sum of RGB (Red+Green+Blue) = 8+62+161=231 (30% of max value = 765). Red value is 8 (3.52% from 255 or 3.46% from 231); Green value is 62 (24.61% from 255 or 26.84% from 231); Blue value is 161 (63.28% from 255 or 69.70% from 231); Max value from RGB is 161 - color contains mainly: blue. Hex color #083EA1 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #083EA1 is #F7C15E. Grayscale: #383838. Windows color (decimal): -16236895 or 10567176. OLE color: 10567176.

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

Color convert

RGB862161-
CMYK0.950.6100.37
HSL218.82º90.53%33.14%-
HSV(B)218.82º95.03%63.14%-
XYZ8.266.0734.45-
YUV57.14186.6192.95-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.46%
GREEN value IS 62 (24.61% from 255) = 26.84%
BLUE value IS 161 (63.28% from 255) = 69.70%
R=3.46%
G=26.84%
B=69.70%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal8621610.950.6100.37218.8290.5333.14
Hex83EA15F3D025db5b21
Octal10762411377504533313341
Binary10001111101010000110111111111010100101110110111011011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #083EA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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