#08394D

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

Shades of Sherpa Blue #08394D

Tints of Sherpa Blue #08394D

Color information

#08394D (or 0x08394D) is unknown color: approx Sherpa Blue. HEX triplet: 08, 39 and 4D. RGB value is (8,57,77). Sum of RGB (Red+Green+Blue) = 8+57+77=142 (18% of max value = 765). Red value is 8 (3.52% from 255 or 5.63% from 142); Green value is 57 (22.66% from 255 or 40.14% from 142); Blue value is 77 (30.47% from 255 or 54.23% from 142); Max value from RGB is 77 - color contains mainly: blue. Hex color #08394D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #08394D is #F7C6B2. Grayscale: #2C2C2C. Windows color (decimal): -16238259 or 5060872. OLE color: 5060872.

HSL color Cylindrical-coordinate representation of color #08394D: hue angle of 197.39º degrees, saturation: 0.81, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #08394D is Cyan = 0.90, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB85777-
CMYK0.900.2600.70
HSL197.39º81.18%16.67%-
HSV(B)197.39º89.61%30.2%-
XYZ2.93.517.55-
YUV44.63146.27101.87-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 5.63%
GREEN value IS 57 (22.66% from 255) = 40.14%
BLUE value IS 77 (30.47% from 255) = 54.23%
R=5.63%
G=40.14%
B=54.23%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal857770.900.2600.70197.3981.1816.67
Hex8394D5A1A046c55111
Octal107111513232010630512121
Binary100011100110011011011010110100100011011000101101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08394D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #08394D; }

 p { color: rgb(8,57,77); }

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

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

 a { background-color: rgb(8,57,77); }

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

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

 span { border-color: rgb(8,57,77); }

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