Html Css Color HEX #005049 Sherpa Blue

📋 copy color: '#005049'

red 0 ◦ green 80 ◦ blue 73

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

Shades of Sherpa Blue #005049

Tints of Sherpa Blue #005049

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 80 (31.64% from 255) = 52.29%

 BLUE value IS 73 (28.91% from 255) = 47.71%

R = 0%
G = 52.29%
B = 47.71%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.09

 K value IS 0.69

RGB Variations

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

Color information

#005049 (or 0x005049) is known color: Sherpa Blue. HEX triplet: 00, 50 and 49. RGB value is (0,80,73). Sum of RGB (Red+Green+Blue) = 0+80+73=153 (20% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 153); Green value is 80 (31.64% from 255 or 52.29% from 153); Blue value is 73 (28.91% from 255 or 47.71% from 153); Max value from RGB is 80 - color contains mainly: green. Hex color #005049 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #005049 is #FFAFB6. Grayscale: #373737. Windows color (decimal): -16756663 or 4804608. OLE color: 4804608.

HSL color Cylindrical-coordinate representation of color #005049: hue angle of 174.75º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 1%. Process color model (Four color, CMYK) of #005049 is Cyan = 1, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.69.

Color convert

RGB 0 80 73 -
CMYK 1 0 0.09 0.69
HSL 174.75º 1% 0.16% -
HSV(B) 174.75º 1% 0.31% -
XYZ 4.07 6.22 7.29 -
YUV 55.28 138 88.57 -
System Red Green Blue C M Y K H S L
Decimal 0 80 73 1 0 0.09 0.69 174.75 1 0.16
Hex 0 50 49 64 0 9 45 AF 64 10
Octal 0 120 111 144 0 11 105 257 144 20
Binary 0 1010000 1001001 1100100 0 1001 1000101 10101111 1100100 10000

Color Harmonies of #005049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #005049

Black with #005049

Text Example


Text Example

White with #005049

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #005049; }

 p { color: rgb(0,80,73); }

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

background-color css

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

 a { background-color: rgb(0,80,73); }

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

border-color css

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

 span { border-color: rgb(0,80,73); }

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