#084858

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

Shades of Sherpa Blue #084858

Tints of Sherpa Blue #084858

Color information

#084858 (or 0x084858) is unknown color: approx Sherpa Blue. HEX triplet: 08, 48 and 58. RGB value is (8,72,88). Sum of RGB (Red+Green+Blue) = 8+72+88=168 (22% of max value = 765). Red value is 8 (3.52% from 255 or 4.76% from 168); Green value is 72 (28.52% from 255 or 42.86% from 168); Blue value is 88 (34.77% from 255 or 52.38% from 168); Max value from RGB is 88 - color contains mainly: blue. Hex color #084858 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #084858 is #F7B7A7. Grayscale: #363636. Windows color (decimal): -16234408 or 5785608. OLE color: 5785608.

HSL color Cylindrical-coordinate representation of color #084858: hue angle of 192º degrees, saturation: 0.83, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #084858 is Cyan = 0.91, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB87288-
CMYK0.910.1800.65
HSL192º83.33%18.82%-
HSV(B)192º90.91%34.51%-
XYZ4.185.3910.05-
YUV54.69146.894.7-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 4.76%
GREEN value IS 72 (28.52% from 255) = 42.86%
BLUE value IS 88 (34.77% from 255) = 52.38%
R=4.76%
G=42.86%
B=52.38%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal872880.910.1800.6519283.3318.82
Hex848585B12041c05313
Octal1011013013322010130012323
Binary1000100100010110001011011100100100000111000000101001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #084858

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #084858; }

 p { color: rgb(8,72,88); }

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

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

 a { background-color: rgb(8,72,88); }

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

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

 span { border-color: rgb(8,72,88); }

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