#084450

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

Shades of Sherpa Blue #084450

Tints of Sherpa Blue #084450

Color information

#084450 (or 0x084450) is unknown color: approx Sherpa Blue. HEX triplet: 08, 44 and 50. RGB value is (8,68,80). Sum of RGB (Red+Green+Blue) = 8+68+80=156 (20% of max value = 765). Red value is 8 (3.52% from 255 or 5.13% from 156); Green value is 68 (26.95% from 255 or 43.59% from 156); Blue value is 80 (31.64% from 255 or 51.28% from 156); Max value from RGB is 80 - color contains mainly: blue. Hex color #084450 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #084450 is #F7BBAF. Grayscale: #333333. Windows color (decimal): -16235440 or 5260296. OLE color: 5260296.

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

Color convert

RGB86880-
CMYK0.900.1500.69
HSL190º81.82%17.25%-
HSV(B)190º90%31.37%-
XYZ3.624.778.32-
YUV51.43144.1297.02-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 5.13%
GREEN value IS 68 (26.95% from 255) = 43.59%
BLUE value IS 80 (31.64% from 255) = 51.28%
R=5.13%
G=43.59%
B=51.28%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal868800.900.1500.6919081.8217.25
Hex844505AF045be5211
Octal1010412013217010527612221
Binary100010001001010000101101011110100010110111110101001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #084450

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #084450; }

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

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

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

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

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

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

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

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