Html Css Color HEX #08484C Sherpa Blue

📋 copy color: '#08484C'

red 8 ◦ green 72 ◦ blue 76

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

Shades of Sherpa Blue #08484C

Tints of Sherpa Blue #08484C

RGB

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

 GREEN value IS 72 (28.52% from 255) = 46.15%

 BLUE value IS 76 (30.08% from 255) = 48.72%

R = 5.13%
G = 46.15%
B = 48.72%

CMYK

 C value IS 0.89

 M value IS 0.05

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#08484C (or 0x08484C) is known color: Sherpa Blue. HEX triplet: 08, 48 and 4C. RGB value is (8,72,76). Sum of RGB (Red+Green+Blue) = 8+72+76=156 (20% of max value = 765). Red value is 8 (3.52% from 255 or 5.13% from 156); Green value is 72 (28.52% from 255 or 46.15% from 156); Blue value is 76 (30.08% from 255 or 48.72% from 156); Max value from RGB is 76 - color contains mainly: blue. Hex color #08484C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #08484C is #F7B7B3. Grayscale: #353535. Windows color (decimal): -16234420 or 4999176. OLE color: 4999176.

HSL color Cylindrical-coordinate representation of color #08484C: hue angle of 183.53º degrees, saturation: 0.81, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #08484C is Cyan = 0.89, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 8 72 76 -
CMYK 0.89 0.05 0 0.70
HSL 183.53º 0.81% 0.16% -
HSV(B) 183.53º 0.89% 0.3% -
XYZ 3.72 5.21 7.65 -
YUV 53.32 140.8 95.67 -
System Red Green Blue C M Y K H S L
Decimal 8 72 76 0.89 0.05 0 0.70 183.53 0.81 0.16
Hex 8 48 4C 59 5 0 46 B8 51 10
Octal 10 110 114 131 5 0 106 270 121 20
Binary 1000 1001000 1001100 1011001 101 0 1000110 10111000 1010001 10000

Color Harmonies of #08484C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08484C

Black with #08484C

Text Example


Text Example

White with #08484C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #08484C; }

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

 H1.HeaderClassName
 {
   color: #08484C;
 }
 .AnyTagClassName
 {
   color: #08484C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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