Html Css Color HEX #08494F Sherpa Blue

📋 copy color: '#08494F'

red 8 ◦ green 73 ◦ blue 79

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

Shades of Sherpa Blue #08494F

Tints of Sherpa Blue #08494F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 49.38%

R = 5%
G = 45.63%
B = 49.38%

CMYK

 C value IS 0.90

 M value IS 0.08

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#08494F (or 0x08494F) is known color: Sherpa Blue. HEX triplet: 08, 49 and 4F. RGB value is (8,73,79). Sum of RGB (Red+Green+Blue) = 8+73+79=160 (21% of max value = 765). Red value is 8 (3.52% from 255 or 5% from 160); Green value is 73 (28.91% from 255 or 45.62% from 160); Blue value is 79 (31.25% from 255 or 49.38% from 160); Max value from RGB is 79 - color contains mainly: blue. Hex color #08494F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #08494F is #F7B6B0. Grayscale: #363636. Windows color (decimal): -16234161 or 5196040. OLE color: 5196040.

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

Color convert

RGB 8 73 79 -
CMYK 0.90 0.08 0 0.69
HSL 185.07º 0.82% 0.17% -
HSV(B) 185.07º 0.9% 0.31% -
XYZ 3.89 5.38 8.23 -
YUV 54.25 141.97 95.01 -
System Red Green Blue C M Y K H S L
Decimal 8 73 79 0.90 0.08 0 0.69 185.07 0.82 0.17
Hex 8 49 4F 5A 8 0 45 B9 52 11
Octal 10 111 117 132 10 0 105 271 122 21
Binary 1000 1001001 1001111 1011010 1000 0 1000101 10111001 1010010 10001

Color Harmonies of #08494F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08494F

Black with #08494F

Text Example


Text Example

White with #08494F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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