Html Css Color HEX #08494E Sherpa Blue

📋 copy color: '#08494E'

red 8 ◦ green 73 ◦ blue 78

#08494E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sherpa Blue #08494E

Tints of Sherpa Blue #08494E

RGB

 RED value IS 8 (3.52% from 255) = 5.03%

 GREEN value IS 73 (28.91% from 255) = 45.91%

 BLUE value IS 78 (30.86% from 255) = 49.06%

R = 5.03%
G = 45.91%
B = 49.06%

CMYK

 C value IS 0.90

 M value IS 0.06

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#08494E (or 0x08494E) is known color: Sherpa Blue. HEX triplet: 08, 49 and 4E. RGB value is (8,73,78). Sum of RGB (Red+Green+Blue) = 8+73+78=159 (21% of max value = 765). Red value is 8 (3.52% from 255 or 5.03% from 159); Green value is 73 (28.91% from 255 or 45.91% from 159); Blue value is 78 (30.86% from 255 or 49.06% from 159); Max value from RGB is 78 - color contains mainly: blue. Hex color #08494E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #08494E is #F7B6B1. Grayscale: #363636. Windows color (decimal): -16234162 or 5130504. OLE color: 5130504.

HSL color Cylindrical-coordinate representation of color #08494E: hue angle of 184.29º degrees, saturation: 0.81, 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 #08494E is Cyan = 0.90, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 8 73 78 -
CMYK 0.90 0.06 0 0.69
HSL 184.29º 0.81% 0.17% -
HSV(B) 184.29º 0.9% 0.31% -
XYZ 3.86 5.37 8.04 -
YUV 54.14 141.47 95.09 -
System Red Green Blue C M Y K H S L
Decimal 8 73 78 0.90 0.06 0 0.69 184.29 0.81 0.17
Hex 8 49 4E 5A 6 0 45 B8 51 11
Octal 10 111 116 132 6 0 105 270 121 21
Binary 1000 1001001 1001110 1011010 110 0 1000101 10111000 1010001 10001

Color Harmonies of #08494E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08494E

Black with #08494E

Text Example


Text Example

White with #08494E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #08494E; }

 p { color: rgb(8,73,78); }

 H1.HeaderClassName
 {
   color: #08494E;
 }
 .AnyTagClassName
 {
   color: #08494E;
 }
</style>

background-color css

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

 a { background-color: rgb(8,73,78); }

 div.DivClassName
 {
   background-color: #08494E;
 }
 .BgClassName
 {
   background-color: #08494E;
 }
</style>

border-color css

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

 span { border-color: rgb(8,73,78); }

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