#083A4E

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

Shades of Sherpa Blue #083A4E

Tints of Sherpa Blue #083A4E

Color information

#083A4E (or 0x083A4E) is unknown color: approx Sherpa Blue. HEX triplet: 08, 3A and 4E. RGB value is (8,58,78). Sum of RGB (Red+Green+Blue) = 8+58+78=144 (19% of max value = 765). Red value is 8 (3.52% from 255 or 5.56% from 144); Green value is 58 (23.05% from 255 or 40.28% from 144); Blue value is 78 (30.86% from 255 or 54.17% from 144); Max value from RGB is 78 - color contains mainly: blue. Hex color #083A4E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #083A4E is #F7C5B1. Grayscale: #2D2D2D. Windows color (decimal): -16238002 or 5126664. OLE color: 5126664.

HSL color Cylindrical-coordinate representation of color #083A4E: hue angle of 197.14º degrees, saturation: 0.81, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #083A4E is Cyan = 0.90, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB85878-
CMYK0.900.2600.69
HSL197.14º81.4%16.86%-
HSV(B)197.14º89.74%30.59%-
XYZ2.993.637.75-
YUV45.33146.44101.37-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 5.56%
GREEN value IS 58 (23.05% from 255) = 40.28%
BLUE value IS 78 (30.86% from 255) = 54.17%
R=5.56%
G=40.28%
B=54.17%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal858780.900.2600.69197.1481.416.86
Hex83A4E5A1A045c55111
Octal107211613232010530512121
Binary100011101010011101011010110100100010111000101101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #083A4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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