#08475B

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

Shades of Sherpa Blue #08475B

Tints of Sherpa Blue #08475B

Color information

#08475B (or 0x08475B) is unknown color: approx Sherpa Blue. HEX triplet: 08, 47 and 5B. RGB value is (8,71,91). Sum of RGB (Red+Green+Blue) = 8+71+91=170 (22% of max value = 765). Red value is 8 (3.52% from 255 or 4.71% from 170); Green value is 71 (28.12% from 255 or 41.76% from 170); Blue value is 91 (35.94% from 255 or 53.53% from 170); Max value from RGB is 91 - color contains mainly: blue. Hex color #08475B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #08475B is #F7B8A4. Grayscale: #363636. Windows color (decimal): -16234661 or 5981960. OLE color: 5981960.

HSL color Cylindrical-coordinate representation of color #08475B: hue angle of 194.46º degrees, saturation: 0.84, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #08475B is Cyan = 0.91, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB87191-
CMYK0.910.2200.64
HSL194.46º83.84%19.41%-
HSV(B)194.46º91.21%35.69%-
XYZ4.245.3110.7-
YUV54.44148.6394.87-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 4.71%
GREEN value IS 71 (28.12% from 255) = 41.76%
BLUE value IS 91 (35.94% from 255) = 53.53%
R=4.71%
G=41.76%
B=53.53%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal871910.910.2200.64194.4683.8419.41
Hex8475B5B16040c25413
Octal1010713313326010030212423
Binary1000100011110110111011011101100100000011000010101010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08475B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #08475B; }

 p { color: rgb(8,71,91); }

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

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

 a { background-color: rgb(8,71,91); }

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

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

 span { border-color: rgb(8,71,91); }

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