#084451

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

Shades of Sherpa Blue #084451

Tints of Sherpa Blue #084451

Color information

#084451 (or 0x084451) is unknown color: approx Sherpa Blue. HEX triplet: 08, 44 and 51. RGB value is (8,68,81). Sum of RGB (Red+Green+Blue) = 8+68+81=157 (20% of max value = 765). Red value is 8 (3.52% from 255 or 5.10% from 157); Green value is 68 (26.95% from 255 or 43.31% from 157); Blue value is 81 (32.03% from 255 or 51.59% from 157); Max value from RGB is 81 - color contains mainly: blue. Hex color #084451 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #084451 is #F7BBAE. Grayscale: #333333. Windows color (decimal): -16235439 or 5325832. OLE color: 5325832.

HSL color Cylindrical-coordinate representation of color #084451: hue angle of 190.68º degrees, saturation: 0.82, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #084451 is Cyan = 0.90, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB86881-
CMYK0.900.1600.68
HSL190.68º82.02%17.45%-
HSV(B)190.68º90.12%31.76%-
XYZ3.654.788.51-
YUV51.54144.6296.94-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 5.10%
GREEN value IS 68 (26.95% from 255) = 43.31%
BLUE value IS 81 (32.03% from 255) = 51.59%
R=5.10%
G=43.31%
B=51.59%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal868810.900.1600.68190.6882.0217.45
Hex844515A10044bf5211
Octal1010412113220010427712221
Binary1000100010010100011011010100000100010010111111101001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #084451

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #084451; }

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

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

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

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

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

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

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

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