#084250

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

Shades of Sherpa Blue #084250

Tints of Sherpa Blue #084250

Color information

#084250 (or 0x084250) is unknown color: approx Sherpa Blue. HEX triplet: 08, 42 and 50. RGB value is (8,66,80). Sum of RGB (Red+Green+Blue) = 8+66+80=154 (20% of max value = 765). Red value is 8 (3.52% from 255 or 5.19% from 154); Green value is 66 (26.17% from 255 or 42.86% from 154); Blue value is 80 (31.64% from 255 or 51.95% from 154); Max value from RGB is 80 - color contains mainly: blue. Hex color #084250 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #084250 is #F7BDAF. Grayscale: #323232. Windows color (decimal): -16235952 or 5259784. OLE color: 5259784.

HSL color Cylindrical-coordinate representation of color #084250: hue angle of 191.67º degrees, saturation: 0.82, 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 #084250 is Cyan = 0.90, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB86680-
CMYK0.900.1700.69
HSL191.67º81.82%17.25%-
HSV(B)191.67º90%31.37%-
XYZ3.54.538.28-
YUV50.25144.7897.86-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 5.19%
GREEN value IS 66 (26.17% from 255) = 42.86%
BLUE value IS 80 (31.64% from 255) = 51.95%
R=5.19%
G=42.86%
B=51.95%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal866800.900.1700.69191.6781.8217.25
Hex842505A11045c05211
Octal1010212013221010530012221
Binary1000100001010100001011010100010100010111000000101001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #084250

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #084250; }

 p { color: rgb(8,66,80); }

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

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

 a { background-color: rgb(8,66,80); }

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

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

 span { border-color: rgb(8,66,80); }

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