Html Css Color HEX #005047 Sherpa Blue

📋 copy color: '#005047'

red 0 ◦ green 80 ◦ blue 71

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

Shades of Sherpa Blue #005047

Tints of Sherpa Blue #005047

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 47.02%

R = 0%
G = 52.98%
B = 47.02%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.11

 K value IS 0.69

RGB Variations

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

Color information

#005047 (or 0x005047) is known color: Sherpa Blue. HEX triplet: 00, 50 and 47. RGB value is (0,80,71). Sum of RGB (Red+Green+Blue) = 0+80+71=151 (20% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 151); Green value is 80 (31.64% from 255 or 52.98% from 151); Blue value is 71 (28.12% from 255 or 47.02% from 151); Max value from RGB is 80 - color contains mainly: green. Hex color #005047 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #005047 is #FFAFB8. Grayscale: #373737. Windows color (decimal): -16756665 or 4673536. OLE color: 4673536.

HSL color Cylindrical-coordinate representation of color #005047: hue angle of 173.25º 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 #005047 is Cyan = 1, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.69.

Color convert

RGB 0 80 71 -
CMYK 1 0 0.11 0.69
HSL 173.25º 1% 0.16% -
HSV(B) 173.25º 1% 0.31% -
XYZ 4.01 6.19 6.95 -
YUV 55.05 137 88.73 -
System Red Green Blue C M Y K H S L
Decimal 0 80 71 1 0 0.11 0.69 173.25 1 0.16
Hex 0 50 47 64 0 B 45 AD 64 10
Octal 0 120 107 144 0 13 105 255 144 20
Binary 0 1010000 1000111 1100100 0 1011 1000101 10101101 1100100 10000

Color Harmonies of #005047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #005047

Black with #005047

Text Example


Text Example

White with #005047

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #005047; }

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

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

background-color css

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

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

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

border-color css

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

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

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