#084B5D

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

Shades of Sherpa Blue #084B5D

Tints of Sherpa Blue #084B5D

Color information

#084B5D (or 0x084B5D) is unknown color: approx Sherpa Blue. HEX triplet: 08, 4B and 5D. RGB value is (8,75,93). Sum of RGB (Red+Green+Blue) = 8+75+93=176 (23% of max value = 765). Red value is 8 (3.52% from 255 or 4.55% from 176); Green value is 75 (29.69% from 255 or 42.61% from 176); Blue value is 93 (36.72% from 255 or 52.84% from 176); Max value from RGB is 93 - color contains mainly: blue. Hex color #084B5D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #084B5D is #F7B4A2. Grayscale: #383838. Windows color (decimal): -16233635 or 6114056. OLE color: 6114056.

HSL color Cylindrical-coordinate representation of color #084B5D: hue angle of 192.71º degrees, saturation: 0.84, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #084B5D is Cyan = 0.91, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB87593-
CMYK0.910.1900.64
HSL192.71º84.16%19.8%-
HSV(B)192.71º91.4%36.47%-
XYZ4.595.8711.25-
YUV57.02148.393.04-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 4.55%
GREEN value IS 75 (29.69% from 255) = 42.61%
BLUE value IS 93 (36.72% from 255) = 52.84%
R=4.55%
G=42.61%
B=52.84%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal875930.910.1900.64192.7184.1619.8
Hex84B5D5B13040c15414
Octal1011313513323010030112424
Binary1000100101110111011011011100110100000011000001101010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #084B5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #084B5D; }

 p { color: rgb(8,75,93); }

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

<style>
 a { background-color: #084B5D; }

 a { background-color: rgb(8,75,93); }

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

<style>
 span { border-color: #084B5D; }

 span { border-color: rgb(8,75,93); }

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