#084248

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

Shades of Sherpa Blue #084248

Tints of Sherpa Blue #084248

Color information

#084248 (or 0x084248) is unknown color: approx Sherpa Blue. HEX triplet: 08, 42 and 48. RGB value is (8,66,72). Sum of RGB (Red+Green+Blue) = 8+66+72=146 (19% of max value = 765). Red value is 8 (3.52% from 255 or 5.48% from 146); Green value is 66 (26.17% from 255 or 45.21% from 146); Blue value is 72 (28.52% from 255 or 49.32% from 146); Max value from RGB is 72 - color contains mainly: blue. Hex color #084248 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #084248 is #F7BDB7. Grayscale: #313131. Windows color (decimal): -16235960 or 4735496. OLE color: 4735496.

HSL color Cylindrical-coordinate representation of color #084248: hue angle of 185.62º degrees, saturation: 0.8, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #084248 is Cyan = 0.89, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB86672-
CMYK0.890.0800.72
HSL185.62º80%15.69%-
HSV(B)185.62º88.89%28.24%-
XYZ3.224.426.81-
YUV49.34140.7898.51-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 5.48%
GREEN value IS 66 (26.17% from 255) = 45.21%
BLUE value IS 72 (28.52% from 255) = 49.32%
R=5.48%
G=45.21%
B=49.32%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal866720.890.0800.72185.628015.69
Hex84248598048ba5010
Octal1010211013110011027212020
Binary100010000101001000101100110000100100010111010101000010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #084248

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #084248; }

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

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

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

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

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

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

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

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